import type { GetAssetProofBatchRequest, GetAssetProofBatchResponse } from "../../types"; import type { RpcCaller } from "../caller"; export type GetAssetProofBatchFn = (p: GetAssetProofBatchRequest) => Promise; export declare const makeGetAssetProofBatch: (call: RpcCaller) => GetAssetProofBatchFn; //# sourceMappingURL=getAssetProofBatch.d.ts.map