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