import { type DrizzleExecutor } from "../../drizzle.js"; /** Requires an active parent membership before one user may become or remain a child-channel member. */ export declare function childMemberRequireParent(executor: DrizzleExecutor, parentChatId: string | undefined, userId: string): Promise; //# sourceMappingURL=childMemberRequireParent.d.ts.map