import { type AppId } from "@vendoai/core";
import type { AppDocument } from "../../contract/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;
//# sourceMappingURL=screen-document.d.ts.map