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