export declare const Formater: { ToCamelCase(str: string): string; DeCamelCase(str: string, sec?: string): string; };