import { type DrizzleTransaction } from "../../drizzle.js"; /** Returns every live descendant channel breadth-first from parent-channel links. */ export declare function chatDescendantIds(tx: DrizzleTransaction, ancestorChatId: string): Promise; //# sourceMappingURL=chatDescendantIds.d.ts.map