export {}; declare global { namespace jest { interface Matchers { toBeValidBlock(): R; toBeValidArrayOfBlocks(): R; } } } //# sourceMappingURL=block.d.ts.map