export declare const toPascalCase: (input: string) => string; export declare const coerceDateString: (date: string) => string;