import type { ToolDefinition } from '../../types/tools.js'; export declare const REMOTE_TRIGGER_TOOL_SCHEMA: ToolDefinition; export interface RemoteTriggerToolInput { readonly mode: 'create-pool' | 'pools' | 'assign' | 'unassign' | 'contracts' | 'artifacts' | 'review' | 'import-artifact'; readonly view?: 'summary' | 'full' | undefined; readonly poolId?: string | undefined; readonly label?: string | undefined; readonly runnerId?: string | undefined; readonly artifactId?: string | undefined; readonly path?: string | undefined; } //# sourceMappingURL=schema.d.ts.map