import type { ImageBackend, ImageParams, ImageResult } from './types.js'; export declare class ComfyUIBackend implements ImageBackend { readonly name: "comfyui"; private client; constructor(); isAvailable(): boolean; generate(params: ImageParams): Promise; getStatus(id: string): Promise; } //# sourceMappingURL=comfyui.d.ts.map