import type { ViewOptions } from '../../lib/options.js'; export declare function listChannelMembers(channelRef: string, options: ViewOptions & { full?: boolean; }): Promise; //# sourceMappingURL=members.d.ts.map