/**
 * Get the implementation of the `getMnemonicSeed` method.
 *
 * @param defaultSecretRecoveryPhrase - The default secret recovery phrase to
 * use.
 * @returns The implementation of the `getMnemonicSeed` method.
 */
export declare function getGetMnemonicSeedImplementation(defaultSecretRecoveryPhrase?: string): (source?: string | undefined) => Promise<Uint8Array>;
//# sourceMappingURL=get-mnemonic-seed.d.mts.map