import { AsyncStateService, QueryTransportModule, AsyncLinkedLeafStore, AppChainModule, AsyncMerkleTreeStore } from "@proto-kit/sequencer"; import { Field } from "o1js"; import { ModuleContainerLike, LinkedMerkleTreeReadWitness } from "@proto-kit/common"; export declare class StateServiceQueryModule extends AppChainModule implements QueryTransportModule { sequencer: ModuleContainerLike; constructor(sequencer: ModuleContainerLike); get asyncStateService(): AsyncStateService; get leafStore(): AsyncLinkedLeafStore; get treeStore(): AsyncMerkleTreeStore; get(key: Field): Promise; merkleWitness(path: Field): Promise; } //# sourceMappingURL=StateServiceQueryModule.d.ts.map