import { type HttpClientOptions } from "./client.js"; export declare function bundleWorkflow(file: string, workspace: string): Promise<{ source: string; manifest: Record; }>; export declare function serveWorkflowJobs(options: HttpClientOptions, settings?: { jobId?: string; once?: boolean; signal?: AbortSignal; }): Promise;