import type { AssetsByOwnerRequest, GetAssetResponseList } from "../../types/das"; import type { RpcCaller } from "../caller"; export type GetAssetsByOwnerFn = (p: AssetsByOwnerRequest) => Promise; export declare const makeGetAssetsByOwner: (call: RpcCaller) => GetAssetsByOwnerFn; //# sourceMappingURL=getAssetsByOwner.d.ts.map