/** * Matcher for time and day * @module */ declare const _default: { fieldsNeeded: string[]; match(value: any, cond: any): boolean; }; export default _default;