declare module '../expect.types' { interface BooleanExpect { /** * check if value is true */ true(): this; /** * check if value is false */ false(): this; } } export {}; //# sourceMappingURL=equal-shorthand.d.ts.map