import { type AppId } from "../../core/index.js"; import type { AppDocument } from "../../core/apps/index.js"; /** * The smallest screen the gauntlet passes and the seam paints. It names no host * tool, so it opens on any deployment's catalog. */ export declare const FIXTURE_SCREEN = "import { Stack, Text } from \"@vendo/screen\";\n\nexport default function Dash() {\n return (\n \n \n \n );\n}\n"; /** * A stored app as the product writes one: it IS its `app.tsx`, spelled the way * `commitApp` spells it. What this package's tests build a real app row from. */ export declare const screenDocument: (id: AppId, over?: Partial) => AppDocument;