/** Format a camel-cased, dash-cased, or snake-cased name as a title */ export declare function formatNameAsTitle(name: string): string;