import { type DrizzleExecutor } from "../drizzle.js"; /** * Reports whether the actor may read a document as its owner or as a member of any * attached channel, without mutating durable state or exposing which attachment granted * access. This boolean boundary lets realtime delivery preserve the same non-probeable * authorization rule as document HTTP actions. */ export declare function documentCanAccess(executor: DrizzleExecutor, actorUserId: string, documentId: string): Promise; //# sourceMappingURL=documentCanAccess.d.ts.map