export type Command = (typeof COMMAND_LIST)[number]; export declare const COMMAND_ALIASES: Record; export declare const COMMAND_DIR: string; export declare const COMMAND_LIST: readonly ["build", "build-package", "configure", "format", "help", "init", "lint", "migrate", "node", "release", "start", "test", "version"]; export declare const COMMAND_SET: Set; export declare const commandToModule: (command: Command) => string;