import { type DrizzleExecutor } from "../../drizzle.js"; import { type DocumentRealtimeAudience } from "../types.js"; import { type DocumentRow } from "./documentRowGet.js"; /** Reads the owner and all attached channel ids used for access-filtered realtime fanout. */ export declare function documentAudienceGet(executor: DrizzleExecutor, row: DocumentRow): Promise; //# sourceMappingURL=documentAudienceGet.d.ts.map