import type { AsNativeInterface, DirectCallProperties, RoomProperties } from '../types';
export declare function convertDirectCallPropsNTJ(data: AsNativeInterface<DirectCallProperties>): DirectCallProperties;
export declare function convertGroupCallPropsNTJ(data: AsNativeInterface<RoomProperties>): RoomProperties;
