import type { HexString32 } from '../types.js';
export declare const TAIKO_ABI: any;
export type ABITaikoConfig = {
    stateRootSyncInternal: bigint;
    maxBlocksToVerify: bigint;
};
export type ABITaikoLastSyncedBlock = {
    blockId: bigint;
    blockHash: HexString32;
    stateRoot: HexString32;
};
//# sourceMappingURL=types.d.ts.map