export declare class NucleusIdentityConfig { authority: string; clientId: string; redirectUrl?: string; httpInterceptorUrls?: string[]; automaticLoginOnHttp401?: boolean; }