import type { TObject, TObjectKeyCaseConverter } from './types'; export declare const convertObjectKeyCase: (converter: TObjectKeyCaseConverter, object: TObject) => TObject; export type { TObjectKeyCaseConverter };