export declare const isBase64Url: (src: string) => boolean;
export declare const convertDataURIToBinary: (dataURI: string) => Uint8Array;
