export declare function transformObjectKeys>(keyTransformer: (key: string) => string, object: Record): T;