export interface AttachLegacyWorkflowExecutionBundleOptions { readonly projectDir: string; readonly runSlug: string; readonly sourceRoot: string; readonly rootWorkflow: string; readonly dryRun?: boolean; } export interface AttachLegacyWorkflowExecutionBundleResult { readonly runSlug: string; readonly workflowName: string; readonly rootWorkflowRef: string; readonly nodeCount: number; readonly published: boolean; } export declare function attachLegacyWorkflowExecutionBundle(options: AttachLegacyWorkflowExecutionBundleOptions): AttachLegacyWorkflowExecutionBundleResult; //# sourceMappingURL=attachExecutionBundle.d.ts.map