import type { ScreenSpec } from '@ankhorage/contracts'; export declare function getScreenTsx(args: { screenId: string; screenDef: ScreenSpec; }): string; //# sourceMappingURL=screen.d.ts.map