import { type XmcpConfigOuputSchema } from "./config"; /** * Parse and validate xmcp config file */ export declare function getConfig(): Promise; /** * Read config from file or return default */ export declare function readConfig(): Promise;