export declare const getNameSpaces: (keyValuePairs: Record<string, string>) => Record<string, Record<string, string>>;
