import { CommandMode } from '../../const/types'; /** * Print password requirements */ export declare function printPasswordRequirements(): void; /** * Print additional usage help */ export declare function printAdditionalHelp(): void; /** * Print plaintext password warning */ export declare function printPasswordWarning(): void; /** * Print the supported ciphers by Node.js (per OpenSSL) */ export declare function printCiphers(): void; export declare function printRunHelp(isModule: boolean, mode: CommandMode | undefined): string;