import { type CaseType } from "../types"; export declare function toCamel(targetPath: string, currentType: Partial): void;