import { CaseType } from "../types.js"; export declare function mutateCase(path: string, currentType: Exclude, expectedType: Exclude): Promise;