export declare class RecordUtils { static mapKeys(obj: Record, predicate: (key: string) => string): Record; }