import { Dict } from "../typing";
export declare function camelCaseKeys<T = Dict>(target: unknown): T;
