import type { OpenChannelMutedParticipantsFragment, OpenChannelMutedParticipantsModule } from '../domain/openChannelMutedParticipants/types';
declare const createOpenChannelMutedParticipantsFragment: (initModule?: Partial<OpenChannelMutedParticipantsModule>) => OpenChannelMutedParticipantsFragment;
export default createOpenChannelMutedParticipantsFragment;
