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