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