import type { GetAssetsByAuthorityRequest, GetAssetResponseList } from "../../types/das"; import type { RpcCaller } from "../caller"; export type GetAssetsByAuthorityFn = (p: GetAssetsByAuthorityRequest) => Promise; export declare const makeGetAssetsByAuthority: (call: RpcCaller) => GetAssetsByAuthorityFn; //# sourceMappingURL=getAssetsByAuthority.d.ts.map