import { type ChannelMutationOptions } from './membership-helpers.js'; export declare function removeChannelMembers(channelRef: string, refs: string[], options: ChannelMutationOptions): Promise; //# sourceMappingURL=remove.d.ts.map