export declare type Dataurl = { mime: string; data: string; }; export declare function parseDataurl(dataurl: string): Dataurl | undefined;