/** Converts a string to PascalCase. */ export declare function convertStringToPascalCase(string: S): string;