import type { Command } from '../types'; /** * Full built-in command set for the Vue terminal app: the headless core set * (ls, cd, cat, grep, …) plus the Vue/app-only commands (`view` renders Vue * components; curl/code/login/survey/ask/confirm are app features). */ export declare const builtInCommands: Command[]; export declare function registerBuiltInCommands(executor: any): void; export { headlessCommands, registerHeadlessCommands } from './headless'; //# sourceMappingURL=index.d.ts.map