export type TLink = { senderSig?: string; sender?: string; linkKey: string; transferId: string; chainId: number; version?: string; encryptionKey?: string; }; //# sourceMappingURL=index.d.ts.map