import { Wallet } from "ethers"; export declare const defaultMnemonic = "test test test test test test test test test test test junk"; export declare const defaultDerivationPath = "m/44'/60'/0'/0/"; export interface DeriveAccountsConfig { mnemonic?: string; path?: string; initialIndex?: number; count?: number; } export declare function deriveAccounts(config?: DeriveAccountsConfig): Wallet[]; //# sourceMappingURL=accounts.d.ts.map