import type { SSRAuthClient } from './types'; export declare type useKeycloakHookResults = { initialized: boolean; keycloak?: T; }; export declare function useKeycloak(): useKeycloakHookResults;