import { Block } from '../../lib/Block';
declare global {
    namespace jest {
        interface Matchers<R> {
            toJSONMatch(instance: Block): R;
        }
    }
}
