export declare const toMask: (canvas: HTMLCanvasElement) => string;
export declare const hexToRgb: (color: string) => number[];
