import { type DrizzleExecutor } from "../drizzle.js"; /** * Lists prior revisions newest first only when the requesting user can still view the non-deleted message. * Authorizing through the current message projection prevents retained edit history from exposing content after chat access or message visibility changes. */ export declare function messageRevisionList(executor: DrizzleExecutor, userId: string, messageId: string): Promise>; //# sourceMappingURL=messageRevisionList.d.ts.map