export declare function formatString(str: string, format: 'pascal' | 'camel' | 'snake' | 'titleCase'): string; //# sourceMappingURL=strings.d.ts.map