import DataURIParser from '../parser';
export declare const uriParser: ({ mimetype, base64 }: Pick<DataURIParser, 'mimetype' | 'base64'>) => string;
