export interface IGlobalConfig { assetsMainfest: string; rootOutput: string; publicPath: string; staticOutput: string; clientOutput: string; } declare const _default: () => IGlobalConfig; export default _default; export declare const devLocalIdentName: string; export declare const prodLocalIdentName: string; export declare const assetModuleFilename = "assets/[name]_[contenthash][ext][query]";