export declare function mapKeys<T extends object>(obj: T, mapper: (key: keyof T) => string): any;
