import type { MicrophonePlugin } from './definitions'; declare const Microphone: MicrophonePlugin; export * from './definitions'; export { Microphone };