/**
 * Converts snake_case string to camelCase
 * @param str - The snake_case string to convert
 * @returns The camelCase version of the string
 */
export declare const snakeToCamel: (str: string) => string;
//# sourceMappingURL=snake-to-camel.d.ts.map