import type http from "node:http"; /** * Serve the built-in widget's browser assets (the app-side module + the ext-apps * `App` bundle it imports). These are static, non-sensitive JS that an MCP Apps * host fetches into its sandbox iframe, so they are served WITHOUT auth. * * @returns `true` if the path matched a widget asset and a response was written. */ export declare function tryServeWidgetAsset(pathname: string, res: http.ServerResponse): boolean; //# sourceMappingURL=widget-asset-server.d.ts.map