import { type DrizzleExecutor } from "../drizzle.js"; import { type UserSummary } from "../chat/types.js"; /** * Lists undeleted identities whose authoritative users lifecycle state is active. * Centralizing that eligibility rule keeps disabled, banned, and deleted people out of every contact surface. */ export declare function contactList(executor: DrizzleExecutor): Promise; //# sourceMappingURL=contactList.d.ts.map