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