import type { SigningAuthority } from "./Constructor"; import type { Mnemonic } from "./types"; export declare const getMnemonic: (signingAuthority: SigningAuthority) => Mnemonic | undefined;