/// <reference types="dist/index" />
export type BasicControl = $.javax.naming.ldap.BasicControl;
export declare const BasicControl: $.javax.naming.ldap.BasicControlConstructor;
export type Control = $.javax.naming.ldap.Control;
export declare const Control: $.javax.naming.ldap.ControlConstructor;
export type ControlFactory = $.javax.naming.ldap.ControlFactory;
export declare const ControlFactory: $.javax.naming.ldap.ControlFactoryConstructor;
export type ExtendedRequest = $.javax.naming.ldap.ExtendedRequest;
export declare const ExtendedRequest: $.javax.naming.ldap.ExtendedRequestConstructor;
export type ExtendedResponse = $.javax.naming.ldap.ExtendedResponse;
export declare const ExtendedResponse: $.javax.naming.ldap.ExtendedResponseConstructor;
export type HasControls = $.javax.naming.ldap.HasControls;
export declare const HasControls: $.javax.naming.ldap.HasControlsConstructor;
export type InitialLdapContext = $.javax.naming.ldap.InitialLdapContext;
export declare const InitialLdapContext: $.javax.naming.ldap.InitialLdapContextConstructor;
export type LdapContext = $.javax.naming.ldap.LdapContext;
export declare const LdapContext: $.javax.naming.ldap.LdapContextConstructor;
export type LdapName = $.javax.naming.ldap.LdapName;
export declare const LdapName: $.javax.naming.ldap.LdapNameConstructor;
export type LdapReferralException = $.javax.naming.ldap.LdapReferralException;
export declare const LdapReferralException: $.javax.naming.ldap.LdapReferralExceptionConstructor;
export type ManageReferralControl = $.javax.naming.ldap.ManageReferralControl;
export declare const ManageReferralControl: $.javax.naming.ldap.ManageReferralControlConstructor;
export type PagedResultsControl = $.javax.naming.ldap.PagedResultsControl;
export declare const PagedResultsControl: $.javax.naming.ldap.PagedResultsControlConstructor;
export type PagedResultsResponseControl = $.javax.naming.ldap.PagedResultsResponseControl;
export declare const PagedResultsResponseControl: $.javax.naming.ldap.PagedResultsResponseControlConstructor;
export type Rdn = $.javax.naming.ldap.Rdn;
export declare const Rdn: $.javax.naming.ldap.RdnConstructor;
export type SortControl = $.javax.naming.ldap.SortControl;
export declare const SortControl: $.javax.naming.ldap.SortControlConstructor;
export type SortKey = $.javax.naming.ldap.SortKey;
export declare const SortKey: $.javax.naming.ldap.SortKeyConstructor;
export type SortResponseControl = $.javax.naming.ldap.SortResponseControl;
export declare const SortResponseControl: $.javax.naming.ldap.SortResponseControlConstructor;
export type StartTlsRequest = $.javax.naming.ldap.StartTlsRequest;
export declare const StartTlsRequest: $.javax.naming.ldap.StartTlsRequestConstructor;
export type StartTlsResponse = $.javax.naming.ldap.StartTlsResponse;
export declare const StartTlsResponse: $.javax.naming.ldap.StartTlsResponseConstructor;
export type UnsolicitedNotification = $.javax.naming.ldap.UnsolicitedNotification;
export declare const UnsolicitedNotification: $.javax.naming.ldap.UnsolicitedNotificationConstructor;
export type UnsolicitedNotificationEvent = $.javax.naming.ldap.UnsolicitedNotificationEvent;
export declare const UnsolicitedNotificationEvent: $.javax.naming.ldap.UnsolicitedNotificationEventConstructor;
export type UnsolicitedNotificationListener = $.javax.naming.ldap.UnsolicitedNotificationListener;
export declare const UnsolicitedNotificationListener: $.javax.naming.ldap.UnsolicitedNotificationListenerConstructor;
