import type { PascalCase } from "./pascal-case.def";
export declare const pascalCase: <Str extends string>(str: Str) => PascalCase<Str>;
