namespace jest { interface Matchers { toBeEmptyArray(): T; toBeEmptySet(): T; toBeSetContaining(...items: string[]): T; } }