import { UIElement } from "../ir.js"; import { A2uiSurfaceState } from "./types.js"; //#region src/a2ui/convert.d.ts export declare function convertSurfaceToUISpec(surface: A2uiSurfaceState): { spec: UIElement | null; warnings: string[]; }; //#endregion //# sourceMappingURL=convert.d.ts.map