import type { YobtaMaybe } from '../_types/YobtaMaybe.js';
import type { YobtaSyncRule } from '../rule/rule.js';
export declare const minDateMessage: (limit: Date) => string;
export declare const minDate: <D extends Date | undefined>(limit: () => Date, message?: (limit: Date) => string) => YobtaSyncRule<D, YobtaMaybe<D, D>>;
//# sourceMappingURL=minDate.d.ts.map