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