export declare function snake_to_Pascal(name: string): string;
export declare function snake_to_camel(name: string): string;
