export interface NestedStringMap { [key: string]: T | NestedStringMap; } //# sourceMappingURL=nested-string-map.interface.d.ts.map