import type { CommandDef } from '../core/types.js'; export declare function extractOpenApiCommands(spec: unknown): CommandDef[];