import { KeycloakAdminClient } from "./client.js"; import { RequiredActionAlias } from "./defs/requiredActionProviderRepresentation.js"; export declare const requiredAction: typeof RequiredActionAlias; export default KeycloakAdminClient; export { NetworkError, fetchWithError } from "./utils/fetchWithError.js"; export type { NetworkErrorOptions } from "./utils/fetchWithError.js"; export type { default as OrganizationInvitationRepresentation } from "./defs/organizationInvitationRepresentation.js"; export { OrganizationInvitationStatus } from "./defs/organizationInvitationRepresentation.js"; export { Groups } from "./resources/groups.js"; export type { OIDCClientRepresentation, SAMLClientRepresentation, ClientRepresentationV2, } from "./resources/clientsV2.js";