export interface Options { trim?: boolean; parseNumber?: (string: string) => ParsedNumber; dateFormat?: string; }