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