import { type CallSummary } from "../chat/types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Returns a call and its invitation-ordered participants only when the viewer can access the chat and is recorded as a call participant. * Translating every missing or inaccessible projection to not-found prevents callers from distinguishing private calls by identifier. */ export declare function callGet(executor: DrizzleExecutor, userId: string, callId: string): Promise; //# sourceMappingURL=callGet.d.ts.map