declare module '../expect.types' { interface DateExpect { /** * check if date is before other date * @param date */ before(date: Date): this; } } export {}; //# sourceMappingURL=before.d.ts.map