import { Command } from 'commander'; /** * Generate a mnemonic. * * @param program - The program to add the command to. * @returns The program. * @since 1.0.0 * @author Caique Araujo */ export declare function generateMnemonic(program: Command): void;