export declare const blob2text: (blob: Blob) => Promise<string>;
export declare const isBase64: (str: string) => boolean;
export declare const isUrl: (string: string) => boolean;
