export declare enum EProviderOptions {
    sipgate = 0,
}
export declare class Provider {
    constructor(optionsArg: any);
}
