import { DailyTrackState } from '@daily-co/daily-js';
export declare const isTrackOff: (trackState: DailyTrackState['state']) => boolean;
