export declare const rootPath: string; export declare const requireFx: any; export declare const getPaths: (userPaths?: {}) => { src: string; entry: { main: string; }; outputFolder: string; }; export declare const resolveHtmlTemplate: () => string | undefined; export declare const makeDevEntry: (entry: any, port: any) => any[]; export declare const makeDevEntries: (entries: any, port: any) => any; export declare const isBackEndConfig: (mode: any) => boolean; export declare const resolveLocal: (...args: any[]) => string; export declare const resolveContext: (context: any, path: any) => string; export declare const getFile: (relativePath: any) => any; export declare const getUserConfig: () => any;