import { Manifest } from '../types'; export declare const getManifestFile: (appPath: string) => Manifest; export declare const updateManifestFile: (appPath: string, manifestContent: Manifest) => void;