import type { AptosSignInBoundFields } from "@aptos-labs/wallet-standard";
export type { AptosSignInBoundFields, AptosSignInInput, AptosSignInOutput, } from "@aptos-labs/wallet-standard";
/**
 * @deprecated Use `AptosSignInBoundFields` instead. This will be removed in future versions.
 */
export type AptosSignInRequiredFields = AptosSignInBoundFields;
export * from "./constants";
export * from "./registry";
export * from "./sdkWallets";
export * from "./utils";
export * from "./WalletCore";
//# sourceMappingURL=index.d.ts.map