import type { AssetsByCreatorRequest, GetAssetResponseList } from "../../types/das"; import type { RpcCaller } from "../caller"; export type GetAssetsByCreatorFn = (p: AssetsByCreatorRequest) => Promise; export declare const makeGetAssetsByCreator: (call: RpcCaller) => GetAssetsByCreatorFn; //# sourceMappingURL=getAssetsByCreator.d.ts.map