interface IsAfter { /** * check that date is after another date */ (actual: T, expected: T): void; } export declare const isAfter: IsAfter, notAfter: IsAfter; export {}; //# sourceMappingURL=is-after.d.ts.map