export declare function snake(str: string): string;
export declare const camel: (str: string) => string;
export declare const pascal: (str: string) => string;
