import type { MutationOptions } from '../../lib/options.js'; export type SetOptions = MutationOptions & { apply?: boolean; includeSelf?: boolean; }; export declare function setChannelMembers(channelRef: string, refs: string[], options: SetOptions): Promise; //# sourceMappingURL=set.d.ts.map