/**
 * @module Constants
 */
/**
 * The token to store the root instance of commander
 */
export declare const CLI_SERVICE_TOKEN = "nests-console.Cli";
/**
 * The key to store metadata of a Console decorator
 */
export declare const CONSOLE_METADATA_NAME = "nests-console.Console";
/**
 * The key to store metadata of a Command decorator
 */
export declare const COMMAND_METADATA_NAME = "nests-console.Command:";
