import { Interfaces } from "@arkecosystem/crypto"; export declare class ServerError extends Error { constructor(message: string); } export declare class TooManyTransactionsError extends ServerError { constructor(block: Interfaces.IBlockData); } export declare class UnchainedBlockError extends ServerError { constructor(lastHeight: number, nextHeight: number); } //# sourceMappingURL=errors.d.ts.map