import { HttpClient } from "@angular/common/http";
import { Observable } from "rxjs";
import { IntegrationAzureSSOForm } from "../models/3Rn/IntegrationAzureSSOForm";
import { RetIntegracaoAzureSSO } from "../models/2Ws/RetIntegracaoAzureSSO";
import { RetError } from "../../../models/utils/ret-error";
import * as i0 from "@angular/core";
export declare class CadastroIntegracoesExternasService {
    private _httpClient;
    private readonly _BASE_URL;
    constructor(_httpClient: HttpClient);
    GetInfraIntegracaoAzureSSO(tenant_id: number): Observable<RetIntegracaoAzureSSO>;
    CreateOrUpdateIntegracaoAzureSSO(record: IntegrationAzureSSOForm): Observable<RetError>;
    static ɵfac: i0.ɵɵFactoryDeclaration<CadastroIntegracoesExternasService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<CadastroIntegracoesExternasService>;
}
