import { type ChatWorkspaceTarget } from "./impl/chatWorkspaceTarget.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Resolves an active member's channel workspace or the sole Rig working directory bound to a direct message. * Returning not-found for missing or ambiguous DM bindings prevents callers from reading or copying files from an arbitrary agent session. */ export declare function chatWorkspaceGetTarget(executor: DrizzleExecutor, userId: string, chatId: string): Promise; //# sourceMappingURL=chatWorkspaceGetTarget.d.ts.map