import type { GetSignaturesForAssetRequest, GetSignaturesForAssetResponse } from "../../types/das"; import type { RpcCaller } from "../caller"; export type GetSignaturesForAssetFn = (p: GetSignaturesForAssetRequest) => Promise; export declare const makeGetSignaturesForAsset: (call: RpcCaller) => GetSignaturesForAssetFn; //# sourceMappingURL=getSignaturesForAsset.d.ts.map