import type { AppManifestParseResult } from '../types/appManifest'; /** * Parse unknown JSON-compatible input at the canonical AppManifest boundary. * * Contracts owns structural manifest validation. Consumers may add semantic * diagnostics after this parser succeeds, but should not reconstruct the * AppManifest shape in their own packages. */ export declare function parseAppManifest(value: unknown): AppManifestParseResult; //# sourceMappingURL=parseAppManifest.d.ts.map