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