import type { CreatorExport } from './export-zip.js'; /** * Read the project rooted at `root` as an export. * * Throws when `src/work/` is missing or empty, for the reason `readCreatorExport` throws on an * empty `source/`: there is no game to move, and every later step would succeed on nothing. */ export declare function readProjectAsExport(root: string): CreatorExport;