import { Connect } from './types/connect.type'; import { ErrorHandlerType } from './types/error-handler.type'; export declare class OidcConnect { configuration: any; baseUrl: string; redirectUri?: string; ErrorHandler: ErrorHandlerType; constructor(); connect(params: Connect): Promise; } //# sourceMappingURL=connect.d.ts.map