import type { CliRunResult } from "./bearshell.js"; import type { RelayAction, WorkflowRelayPayload } from "./workflow-relay-model.js"; export declare function readWorkflowRelayPayload(action: RelayAction, projectDir: string): WorkflowRelayPayload; export declare function runWorkflowRelayCommand(args: readonly string[], options?: { readonly projectDir?: string; }, invocationName?: string): CliRunResult;