import { Keyring } from "@polkadot/keyring"; import type { KeypairType } from "@polkadot/util-crypto/types"; export declare function generateMnemonic(keyring?: Keyring, pairType?: KeypairType): Promise<[string, string]>; export declare function generateMiniSecret(keyring?: Keyring, pairType?: KeypairType): Promise<[Uint8Array, string]>; //# sourceMappingURL=mnemonic.d.ts.map