import { BootstrapWallet } from '@neo-one/cli-common'; import { Configuration } from '@neo-one/client-common'; export declare const WALLETS: readonly BootstrapWallet[]; export declare const setupWallets: (config: Configuration) => Promise;