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