export declare class KeycloakSetting { authServerUrl: string; resource: string; realm: string; enabled: boolean; constructor(authServerUrl: string, resource: string, realm: string, enabled: boolean); }