import type { StringRecord } from './types/records.js'; import type { PascalCase } from './types/strings.js'; export declare function toPascalCase(text: Type, customWords?: StringRecord): PascalCase;