import type { EnvironmentBackend } from "#environments/backend"; /** Keep immediate post-edit guidance narrow; operational work remains an explicit request. */ export declare function postEditHints(path: string): string[]; export declare function isMagentoXml(path: string): boolean; /** Validate changed Magento XML in its own selected environment using Magento's URN resolver. */ export declare function validateMagentoXml(backend: EnvironmentBackend, path: string, signal?: AbortSignal): Promise; export declare function xmlValidationCommand(path: string): string[];