import DataURIParser from './parser';
declare function DataURISync(fileName: string): DataURIParser;
export = DataURISync;
