import type { GetAssetRequest, GetAssetResponse } from "../../types"; import type { RpcCaller } from "../caller"; export type GetAssetFn = (p: GetAssetRequest) => Promise; export declare const makeGetAsset: (call: RpcCaller) => GetAssetFn; //# sourceMappingURL=getAsset.d.ts.map