export interface CharsetMap { variables: string; modules: string; } export declare function generateCharsetMap(obfuscation?: boolean): CharsetMap;