declare const _exports: { userdata: typeof import("./userdata").userdata; AuthMode: { BASIC: string; FORM: string; OIDC: string; }; AuthService: { PAC4J: string; JAAS: string; }; getConfiguredAuthenticationService: typeof import("./authConfig").getConfiguredAuthenticationService; getConfiguredAuthenticationMode: typeof import("./authConfig").getConfiguredAuthenticationMode; clearAuthSession: typeof import("./authSession").clearAuthSession; getAuthSession: typeof import("./authSession").getAuthSession; getBasicAuthHeader: typeof import("./authSession").getBasicAuthHeader; getJar: typeof import("./authSession").getJar; setBasicAuthSession: typeof import("./authSession").setBasicAuthSession; setFormAuthSession: typeof import("./authSession").setFormAuthSession; setOidcAuthSession: typeof import("./authSession").setOidcAuthSession; login: typeof import("./login").login; logout: typeof import("./login").logout; }; export = _exports; //# sourceMappingURL=index.d.ts.map