import type { AppConfig } from '@hexahost/config'; export const APP_CONFIG = Symbol('APP_CONFIG'); export type { AppConfig };