export declare const CONTEXT_MANIFEST_PATH = "project_context/context.toml"; export declare function defaultContextManifestTemplate(): string; export declare function contextManifestFromExistingAreas(projectRoot: string): Promise;