export declare function loadSystemConf(): void; export declare function getConf(key: string): string | undefined; export declare function setConf(key: string, value: string): void; //# sourceMappingURL=systemconf.d.ts.map