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