import { type AgentImageDetails } from "../chat/types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Returns full details for an agent image to a caller allowed to manage images or assign them to chats. * Hiding internal images and inaccessible identifiers as not-found keeps build configuration separate from runtime-owned definitions. */ export declare function agentImageGet(executor: DrizzleExecutor, actorUserId: string, imageId: string): Promise; //# sourceMappingURL=agentImageGet.d.ts.map