/**
 * Converts a string to snake_case
 */
export declare function toSnakeCase(str: string): string;
//# sourceMappingURL=to-snake-case.d.ts.map