import type { MutePlugin } from './definitions'; declare const Mute: MutePlugin; export * from './definitions'; export { Mute };