/** * Transform string from camelCase: 'myCamelCaseString' to 'My Camel Case String' */ export default function fromCamelCase(this: string): string;