import EDDSAMethods, { EDDSAMethodTypes } from './eddsa'; import ECDSAMethods, { ECDSAMethodTypes } from './ecdsa'; export { EDDSAMethods, EDDSAMethodTypes, ECDSAMethods, ECDSAMethodTypes }; export { ShareKeyPosition } from './types'; /** @deprecated Use EDDSAMethods */ export { createCombinedKey, createUserSignShare, createUserToBitGoGShare, offerUserToBitgoRShare, getBitgoToUserRShare, sendUserToBitgoGShare, getTxRequest, sendSignatureShare, encryptYShare, EncryptedYShare, DecryptableYShare, CombinedKey, SigningMaterial, } from './eddsa'; export * as commonTssMethods from './common'; //# sourceMappingURL=index.d.ts.map