export declare class ConfigUtils { static getFilteredKeys(filterKeys?: string[]): any[]; static clone(key?: string, filterKeys?: string[]): any; static getCached(nodeId: string, key?: string): Promise; }