import { type DrizzleExecutor } from "../drizzle.js"; import { type SetupBaseImageDetails, type SetupBaseImageSummary } from "./impl/baseImagePresentation.js"; /** * Returns the administrator-visible onboarding image catalog together with the selected image's complete durable build output. * Deriving source-specific build wording here lets refreshes reconstruct the same progress screen without process-local job state. */ export declare function setupBaseImageGetStatus(executor: DrizzleExecutor, actorUserId: string): Promise<{ defaultImageId?: string; images: SetupBaseImageSummary[]; selectedImage?: SetupBaseImageDetails; selectedImageId?: string; }>; //# sourceMappingURL=setupBaseImageGetStatus.d.ts.map