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