/** * Convert a `string` to pascal case. */ export declare function pascalCaseIt(str: string): string;