import type { AppManifest } from "./appTypes.js"; /** * Serializes an app manifest back to APP.md markdown format. * Expects: manifest has already been validated and normalized. */ export declare function appManifestSerialize(manifest: AppManifest): string; //# sourceMappingURL=appManifestSerialize.d.ts.map