import { SetupWalletInput } from './setup-wallet-input'; import { SetupWalletOutput } from './setup-wallet-output'; export declare const setupWallet: (apiKey: string, data: SetupWalletInput, apiUrl: string) => Promise;