import type { InfraCommandContext, InfraCommandRunResult, InfraCommandServices, RunInfraCommandImpl } from '../types/infraCli.js'; /*** Dispatch the standalone executable arguments through the canonical Infra command surface. */ export declare function runInfraCliAsync(argv: readonly string[], options?: InfraCliOptions): Promise; interface InfraCliOptions { readonly context?: InfraCommandContext; readonly runCommandImpl?: RunInfraCommandImpl; readonly services?: Partial; } export {}; //# sourceMappingURL=runInfraCliAsync.d.ts.map