import { type MutationHint } from "../chat/types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Tombstones an unused custom agentImages definition after human or installation-scoped management authorization. * One transaction rejects defaults, assignments, active builds, and plugin selections before retaining the immutable manifest with attributable audit and sync evidence. */ export declare function agentImageDeactivate(executor: DrizzleExecutor, input: { actorInstallationId?: string; actorUserId?: string; imageId: string; }): Promise<{ hint: MutationHint; imageId: string; }>; //# sourceMappingURL=agentImageDeactivate.d.ts.map