import { Request, Response } from 'express'; export declare class OIDCAuthService { private static clientPromise; static login(req: Request, res: Response): Promise; static callback(req: Request, res: Response): Promise; private static getClient; }