import { type MessageSummary } from "../chat/types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Returns the complete message projection only when the viewer can access its chat, including tombstone handling and visible related content. * Converting a missing or inaccessible projection to not-found prevents message identifiers from revealing private chat history. */ export declare function messageGet(executor: DrizzleExecutor, userId: string, messageId: string): Promise; //# sourceMappingURL=messageGet.d.ts.map