export declare function fillRectCtx(x: number, y: number, width: number, height: number, ctx: CanvasRenderingContext2D, color?: string): void;
export declare function randomColor(str: string): string;
export declare function colorify(n: number): string;
