export const provider: Auth0SSOProvider; declare class Auth0SSOProvider { configure: (options: any) => void; handler: any; authorize: (connection: any) => Promise; authenticate: () => Promise; } export {}; //# sourceMappingURL=auth0.d.ts.map