export type McpApp = "asset-gallery" | "asset-details" | "asset-upload"; export declare const MCP_APPS: readonly McpApp[]; export declare const DEFAULT_MCP_APPS: readonly McpApp[]; export declare function parseMcpAppsList(value: string): McpApp[]; export declare function resolveMcpApps(flag: McpApp[] | undefined): McpApp[]; export declare function enabledAppUriPrefixes(apps: readonly McpApp[]): string[]; //# sourceMappingURL=config.d.ts.map