export declare namespace ConfigUtil { function get(key: string, defaultValue?: T): T; function getRaw(): any; } //# sourceMappingURL=config-util.d.ts.map