import { DataURI } from './types';
declare function DataURIASync(fileName: string, handler?: DataURI.Callback): Promise<string | undefined>;
export = DataURIASync;
