import { TrackUpdatedCallback } from "./base"; export declare class TrackMutedUnmutedCallback extends TrackUpdatedCallback { attach(): void; }