import type { TServiceParams } from "@digital-alchemy/core"; import type { SynapseDatabase } from "../../schema/common.mts"; export declare function DatabaseService({ config, hass, synapse, logger, }: TServiceParams): Promise;