import { type UserSummary } from "./types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Lists members with active users identities in an accessible or administrator-managed chat, ordered by display name. * Falling back to manager authority supports private-channel administration while preserving not-found behavior for ordinary outsiders. */ export declare function chatMemberList(executor: DrizzleExecutor, userId: string, chatId: string): Promise; //# sourceMappingURL=chatMemberList.d.ts.map