declare function getCssModuleConfig(cssModule: boolean | RegExp): { globalModulePaths: RegExp[]; }; export default getCssModuleConfig;