import { Manifest } from '@subsquid/manifest'; export declare function readManifest(path: string): string; export declare function saveManifest(path: string, manifest: string): void; export declare function loadManifestFile(localPath: string, manifestPath: string): { squidDir: string; manifest: Manifest; manifestRaw: string; }; //# sourceMappingURL=manifest.d.ts.map