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