import { QueryTransportModule, AppChainModule } from "@proto-kit/sequencer"; import { Field } from "o1js"; import { LinkedMerkleTreeReadWitness } from "@proto-kit/common"; import { GraphqlClient } from "./GraphqlClient"; export declare class GraphqlQueryTransportModule extends AppChainModule implements QueryTransportModule { private readonly graphqlClient; constructor(graphqlClient: GraphqlClient); get(key: Field): Promise; merkleWitness(key: Field): Promise; } //# sourceMappingURL=GraphqlQueryTransportModule.d.ts.map