/** * Remove any starting case from a `string`, like camel or snake, but keep * spaces and punctuation that may be important otherwise. */ export declare function noCaseIt(str: string): string;