/** * Used internally, provides keycloak options for the Nest guards. */ export declare const KEYCLOAK_CONNECT_OPTIONS = "KEYCLOAK_CONNECT_OPTIONS"; /** * Key for injecting a keycloak instance. */ export declare const KEYCLOAK_INSTANCE = "KEYCLOAK_INSTANCE";