import { Account } from 'web3-core'; import { TransactionObject } from '@zkopru/contracts'; import { L1Contract } from '../context/layer1'; export declare class Watchdog { layer1: L1Contract; account: Account; constructor(layer1: L1Contract, account: Account); slash(slashTx: TransactionObject<{ slash: boolean; reason: string; 0: boolean; 1: string; }>, prerequesites?: TransactionObject[]): Promise; } //# sourceMappingURL=watchdog.d.ts.map