import { type ChatSummary } from "./types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Returns a live chat when the active user is a member or the target is a public channel under the shared access projection. * Mapping all inaccessible identifiers to not-found prevents callers from probing private chat existence. */ export declare function chatGet(executor: DrizzleExecutor, userId: string, chatId: string): Promise; //# sourceMappingURL=chatGet.d.ts.map