/**
 * Assert that an array of deposits are consecutive and ascending
 */
export declare function assertConsecutiveDeposits(depositEvents: {
    index: number;
}[]): void;
//# sourceMappingURL=eth1DepositEvent.d.ts.map