export declare const isValidDataURL: (url?: string) => boolean;
export declare const dataURLContents: (url: string) => string;
