export interface IScriptsAndStyles { scripts: Array; styles: Array; reversedStyles: Array; reversedScripts: Array; } export declare function readWebpackStats(publicDir: string): Promise; export declare function getScriptsAndStylesForTemplate(componentChunkName: any, webpackStats: any): Promise; export declare function clearCache(): void;