export declare function checkIsLegalIdentifier(v: string): boolean; export declare function getCssModuleMode(resourcePath: string): "global" | "local"; export declare function shouldSourceModuled(resourcePath: string): boolean; export declare function getLocalIdentNamePrefix(pkgName: string): string[];