export function getSSOProvider(platform: any): { configure: (options: any) => void; handler: any; authorize: (connection: any) => Promise; authenticate: () => Promise; } | { configure: (options: any) => void; options: any; handler: import("@badgateway/oauth2-client").OAuth2Client | undefined; authorize: (connection: any) => Promise; authenticate: () => Promise; } | null; export function isSSOPlatformSupported(platform: any): boolean; //# sourceMappingURL=index.d.ts.map