import { Contracts } from "@arkecosystem/core-kernel"; import { Server } from "@hapi/hapi"; export declare class AwaitBlockPlugin { protected readonly app: Contracts.Kernel.Application; private readonly blockchain; private readonly stateStore; register(server: Server): void; } //# sourceMappingURL=await-block.d.ts.map