export declare const dataUrlToBytes: (dataUrl: string) => Uint8Array; export declare const isPdfDataUrl: (key: string) => boolean;