export declare function toTitleCase(segment: string): string;
export declare function capitalizeFirst(segment: string): string;
