export declare const REQUIRED_MANAGED_PYTHON_PACKAGES: readonly ["pytest", "ocp-vscode"]; export declare const REQUIRED_MANAGED_PYTHON_IMPORTS: readonly ["build123d", "pytest", "ocp_vscode"]; export declare const MANAGED_PYTHON_IMPORT_COMMAND: string; export declare function formatManagedPythonSummary(packageNames: readonly string[]): string; export declare const MANAGED_PYTHON_IMPORT_SUMMARY: string;