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