import { XmcpConfigOuputSchema } from "../config";
/** Get what packages are gonna be built by xmcp */
export declare function getEntries(xmcpConfig: XmcpConfigOuputSchema): Record<string, string>;
