import type { Command } from '../types'; /** * All built-in commands EXCEPT `view` (which pulls in Vue via ComponentLoader). * This is the Vue-free set the headless core exposes. */ export declare const headlessCommands: Command[]; export declare function registerHeadlessCommands(executor: { registerCommand(c: Command): void; }): void; //# sourceMappingURL=headless.d.ts.map