import { GlobalWalletClient } from "@dynamic-labs/global-wallet-client"; /** * Get or create the GlobalWalletClient instance with the specified environment ID */ export declare const getWallet: (environmentId: string) => GlobalWalletClient; //# sourceMappingURL=wallet.d.ts.map