/** * snake_case -> camelCase */ export declare function convertSnakeToCamel(snake: string, prefix?: string): string;