import type { YobtaSyncRule } from '../rule/rule.js';
export declare const dateMessage = "It should be a date";
export declare const date: <I>(message?: string) => YobtaSyncRule<I, Date | undefined>;
//# sourceMappingURL=date.d.ts.map