export declare class InfraLDAP {
    Tenant_Id: number;
    Id: number;
    Descricao: string;
    Hostname: string;
    Username: string;
    Password: string;
    Path: string;
    SearchDN: boolean;
    GrupodDefaultId: number;
    Is_RequireAprov: boolean;
    Is_Active: boolean;
    Is_LDPAS: boolean;
}
