import { Contracts } from "@arkecosystem/core-kernel"; import { Interfaces } from "@arkecosystem/crypto"; import Hapi from "@hapi/hapi"; import { Controller } from "./controller"; export declare class BlocksController extends Controller { private readonly configuration; private readonly blockchain; private readonly database; postBlock(request: Hapi.Request, h: Hapi.ResponseToolkit): Promise<{ status: boolean; height: number; }>; getBlocks(request: Hapi.Request, h: Hapi.ResponseToolkit): Promise; } //# sourceMappingURL=blocks.d.ts.map