import type { CodeImportContext, ProjectManifest, ProjectManifestSpec } from "../types.js"; export declare const PYTHON_PROJECT_MANIFESTS: ProjectManifestSpec[]; export declare function pythonManifest(context: CodeImportContext, source: string): ProjectManifest | undefined; /** Build logical module names from declared roots and verified regular packages. * Mapping keys can rename physical directories without leaking their basenames. */ export declare function pythonDeclaredNames(context: CodeImportContext, manifest: ProjectManifest): Map>; //# sourceMappingURL=python-config.d.ts.map