import type { DeviceManager } from "../hooks/internal/devices/useDeviceManager";
import type { TrackManager } from "../types/internal";
export type MicrophoneContextType = {
    audioTrackManager: TrackManager;
    microphoneManager: DeviceManager;
};
export declare const MicrophoneContext: import("react").Context<MicrophoneContextType | null>;
//# sourceMappingURL=microphone.d.ts.map