import { CallEvent } from '../models'; export declare function shouldSkipCallEvent(event: CallEvent): boolean;