export type { BuildContext } from 'keycloakify/bin/shared/buildContext'; export { ACCOUNT_THEME_PAGE_IDS, LOGIN_THEME_PAGE_IDS, THEME_TYPES, type AccountThemePageId, type LoginThemePageId, type ThemeType, } from 'keycloakify/bin/shared/constants'; export { BIN_NAME, NOT_IMPLEMENTED_EXIT_CODE, readParams } from 'keycloakify/bin/shared/customHandler';