export declare const camelcaseKeys: (input: {
    [key: string]: any;
} | {
    [key: string]: any;
}[]) => {
    [key: string]: any;
} | {
    [key: string]: any;
}[];
