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