export declare const config: { clientId: string | undefined; clientSecret: string | undefined; issuerUrl: string | undefined; siteUrl: string | undefined; postLogoutRedirectUrl: string | undefined; postLoginRedirectUrl: string | undefined; audience: string | undefined; cookieMaxAge: string | undefined; sessionSecret: string | undefined; isDebugMode: boolean; }; //# sourceMappingURL=config.d.ts.map