import { RpcCaller } from "../../rpc/caller"; import { GetCompressedAccountProofFn } from "../types"; export declare const makeGetCompressedAccountProof: (call: RpcCaller) => GetCompressedAccountProofFn; //# sourceMappingURL=getCompressedAccountProof.d.ts.map