export declare const BlockExpectationTypes: readonly ["EVENT_COUNT"]; export type BlockExpectationType = (typeof BlockExpectationTypes)[number];