import ClaimLink from "../../../claim-link"; import { ClaimLinkV3_11 } from '../../../../index'; export type TRetrieveClaimLinkArgs = { chainId: number; txHash?: string; opHash?: string; sender?: string; transferId?: string; customApiHost?: string; }; type TRetrieveClaimLink = ({ chainId, txHash, sender, transferId, customApiHost }: TRetrieveClaimLinkArgs) => Promise; export default TRetrieveClaimLink; //# sourceMappingURL=index.d.ts.map