import type { AppManifest } from "./appTypes.js"; /** * Parses APP.md content into an AppManifest shape. * Expects: content contains YAML frontmatter with name/title/description and non-empty markdown body. */ export declare function appManifestParse(content: string): AppManifest; //# sourceMappingURL=appManifestParse.d.ts.map