/**
 * A brief description of the CLI tool's functionality.
 */
export declare const DESCRIPTION = "Generates one or more words|sentences|paragraphs";
/**
 * An example of how to use the CLI tool.
 */
export declare const USAGE = "3 words [options]";
