interface MapAssertions { atLeast: (expected: Map) => void; atMost: (expected: Map) => void; empty: () => void; } export type { MapAssertions };