/**
 Convert all inline PNG images to PNG file

 @param {string} rootFolder
 @param {HTMLDom} $
 @return {Promise}
 */
declare function inlinePng(rootFolder: any, currentFile: any, $: any): any;
export default inlinePng;
//# sourceMappingURL=inlinePng.d.ts.map