import type { AppManifest } from "./appTypes.js"; /** * Validates and normalizes an app manifest. * Expects: manifest fields are parsed from APP.md and not nullish. */ export declare function appManifestValidate(manifest: AppManifest): AppManifest; //# sourceMappingURL=appManifestValidate.d.ts.map