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