interface IsBefore { /** * check that date is before another date */ (actual: T, expected: T, message?: string): void; } export declare const isBefore: IsBefore, notBefore: IsBefore; export {}; //# sourceMappingURL=is-before.d.ts.map