import type { WorkspaceCommandDefinition, WorkspaceRuntimeService } from "./types/workspace-runtime.js"; export declare function listWorkspaceCommandDefinitions(workspaceRuntime: Record | null | undefined): WorkspaceCommandDefinition[]; export declare function listWorkspaceServiceCommandDefinitions(workspaceRuntime: Record | null | undefined): WorkspaceCommandDefinition[]; export declare function findWorkspaceCommandDefinition(workspaceRuntime: Record | null | undefined, workspaceCommandId: string | null | undefined): WorkspaceCommandDefinition | null; export declare function scoreWorkspaceRuntimeServiceMatch(command: Pick, runtimeService: Pick): number; export declare function matchWorkspaceRuntimeServiceToCommand>(command: Pick, runtimeServices: T[] | null | undefined): T | null; //# sourceMappingURL=workspace-commands.d.ts.map