export declare const transformKeys: (data: unknown, transform: (key: string) => string) => T;