import TelnyxRTCClient from './Modules/Verto';
import { ICallOptions, IClientOptions } from './utils/interfaces';
import { IWebRTCInfo, IWebRTCSupportedBrowser } from './Modules/Verto/webrtc/interfaces';
export declare class TelnyxRTC extends TelnyxRTCClient {
    constructor(options: IClientOptions);
    newCall(options: ICallOptions): import(".").Call;
    static webRTCInfo(): IWebRTCInfo | string;
    static webRTCSupportedBrowserList(): Array<IWebRTCSupportedBrowser>;
}
export default TelnyxRTC;
