declare function _default(request?: object, endpoint?: string, options?: { onError?: () => void; config: { audience?: string | string[]; clientId?: string; clientSecret?: string; issuerURL?: string; siteUrl?: string; postLoginRedirectUrl?: string; postLogoutRedirectUrl?: string; }; }): (req: any, res: any) => any; export default _default; //# sourceMappingURL=auth.d.ts.map