import axios from 'axios'; import chalk from 'chalk'; import debug from 'debug'; import * as fse from 'fs-extra'; import * as _ from 'lodash'; import ora from 'ora'; import postcss from 'postcss'; declare const envinfo: any; export declare const htmlParser: any; export { postcss }; export { axios, chalk, ora, _, fse, debug, envinfo }; //# sourceMappingURL=pkg.d.ts.map