export declare class LDAPValidateUser {
    IsLDAPS: boolean;
    HostName: string;
    Path: string;
    User: string;
    Password: string;
}
