export const provider: Oauth2SSOProvider; declare class Oauth2SSOProvider { configure: (options: any) => void; options: any; handler: OAuth2Client | undefined; authorize: (connection: any) => Promise; authenticate: () => Promise; } import { OAuth2Client } from '@badgateway/oauth2-client'; export {}; //# sourceMappingURL=oauth2.d.ts.map