export declare function preCase(s: string): string;
export declare function postCase(s: string, delimiter?: string): string;
//# sourceMappingURL=to-case.d.ts.map