import { BaseOptions } from './base.options'; export interface IsDateStringOptions extends BaseOptions { format?: string; }