export declare const imageTransform: (file: File, text_format?: string) => Promise; export declare const getBase64FromCanvas: (imageUrl: string, id: string, scale?: number) => Promise; export declare const getPointDataFromCanvas: (base64_str: string) => Promise;