export declare function compileMD(path: string, keys: Set): void; export declare function compileDir(path: string, keys: Set, defaultLanguage: 'zh-CN' | 'en-US'): void; export declare function compileStyleVars(): Promise;