export declare const UPLOAD_DIR: string;
export declare function saveDataUrl(dataUrl: string, prefix?: string): string;
