/** * @license * Copyright 2026 Steven Roussey * SPDX-License-Identifier: Apache-2.0 */ import type { TaskGraphTabularRepository } from "@workglow/task-graph"; import { TaskGraph } from "@workglow/task-graph"; export declare const IMAGE_EDIT_INPAINT_SAMPLE_ID = "edit-image-inpaint"; export declare function buildImageEditInpaintSampleGraph(): TaskGraph; /** Idempotent installer — never overwrites an existing workflow with the same id. */ export declare function ensureImageEditInpaintSample(repo: TaskGraphTabularRepository): Promise;