import type { DrizzleExecutor } from "../drizzle.js"; /** * Reads one immutable agent environment Dockerfile after plugin-host capability authorization. * This focused projection avoids exposing build logs, provider identifiers, or administrator-only image metadata. */ export declare function agentImageDockerfileGetForHost(executor: DrizzleExecutor, imageId: string): Promise<{ id: string; name: string; dockerfile: string; active: boolean; }>; //# sourceMappingURL=agentImageDockerfileGetForHost.d.ts.map