export declare const toKebab: (str: string) => string; export declare const toPascal: (str: string) => string; export declare const toScreamingSnake: (str: string) => string;