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