declare module '../expect.types' { interface ObjectExpect { /** * check if object/array/Map/Set is empty */ empty(message?: string): this; } interface MapExpect { /** * check if Map is empty */ empty(message?: string): this; } } export {}; //# sourceMappingURL=empty.d.ts.map