declare module '../expect.types' { interface ObjectExpect { /** * exclude keys from object to be compared further down the chain * @param keys */ excluding(...keys: K[]): ObjectExpect>; } } export {}; //# sourceMappingURL=excluding.d.ts.map