/** * Config resolution for the H-ear MCP server. * Priority: CLI args > env vars > defaults. */ import { type ServerConfig } from '@h-ear/core'; export type { ServerConfig }; export { apiUrl } from '@h-ear/core'; export declare function resolveConfig(): ServerConfig; //# sourceMappingURL=config.d.ts.map