export declare const fileToBase64: (file: File) => Promise; export declare const extractImageFilePalette: (imageFile: File, colorCount: number) => Promise; export declare const imgUrlToBase64: (imgUrl: string) => Promise;