import { CallbacksInterface } from '../PropsContext'; import { ActionType } from '../RtcContext'; export declare function actionTypeGuard(_act: ActionType, _type: T): _act is ActionType;