import type { CloudAppContext } from '../types/CloudAppContext.js'; import type { PartialContext } from '../types/Context.js'; /** * Serialize the context to `cloudpack-context.json`. */ export declare function serializeContext(destinationFolder: string, context: PartialContext<'packages' | 'packageHashes', 'config' | 'packageImportPaths' | 'resolveMap' | 'sessionVersion' | 'targetVersions' | 'urls' | 'importMap'>): Promise; /** * Read the serialized context from `cloudpack-context.json` under `folder`, but don't * do any deserialization of the values. */ export declare function readSerializedContext(folder: string): Promise; //# sourceMappingURL=serializeContext.d.ts.map