import type { InfraCommandDefinition } from '../types/infraCli.js'; /*** Resolve one exact standalone Infra command name without guessing intent. */ export declare function findInfraCommand(value: string): InfraCommandDefinition | null; //# sourceMappingURL=findInfraCommand.d.ts.map