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