import { IError } from "../../../models/utils/ierror";
import { InfraLDAP } from "./InfraLDAP";
export declare class RetInfraLDAP implements IError {
    Error: boolean;
    ErrorMessage: string;
    InfraLDAP: InfraLDAP;
}
