import { Exceptions } from "@arkecosystem/core-kernel"; export declare class BlockVerifyException extends Exceptions.Base.Exception { constructor(id: string, message?: string); } export declare class BlockNotChainedException extends Exceptions.Base.Exception { constructor(id: string); } export declare class TransactionVerifyException extends Exceptions.Base.Exception { constructor(id: string, message?: string); } export declare class RoundVerifyException extends Exceptions.Base.Exception { constructor(round: string); } //# sourceMappingURL=verifier.d.ts.map