import type { TServiceParams } from "@digital-alchemy/core"; export declare function ConfigurationService({ lifecycle, config, logger, internal, hass, synapse, }: TServiceParams): { checkInstallState: () => Promise; isRegistered: () => boolean; };