export declare class CaseTransform { static snakeToCamelCase(value: string): string; static lowerToTitleCase(value: string): string; }