export declare function mapKeys<T>(obj: Record<string, T>, fn: (key: string) => string): Record<string, T>;
//# sourceMappingURL=map-keys.d.ts.map