import type { AggregationTreeState } from "../types.js"; /** * Returns the transfer tree index for a specific chain ID in an aggregation tree state. * * @throws Error if the chain ID is not present, or if the snapshot is missing the corresponding index. */ export declare function getTreeIndexForChain(state: AggregationTreeState, chainId: bigint): bigint; //# sourceMappingURL=teleport.d.ts.map