import type { GetAssetProofRequest, GetAssetProofResponse } from "../../types"; import type { RpcCaller } from "../caller"; export type GetAssetProofFn = (p: GetAssetProofRequest) => Promise; export declare const makeGetAssetProof: (call: RpcCaller) => GetAssetProofFn; //# sourceMappingURL=getAssetProof.d.ts.map