import type { GetAssetBatchRequest, GetAssetBatchResponse } from "../../types"; import type { RpcCaller } from "../caller"; export type GetAssetBatchFn = (p: GetAssetBatchRequest) => Promise; export declare const makeGetAssetBatch: (call: RpcCaller) => GetAssetBatchFn; //# sourceMappingURL=getAssetBatch.d.ts.map