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