import type { InfraCommandInvocation, InfraCommandRunResult, RunInfraCommandOptions } from '../types/infraCli.js'; /*** Run one standalone or provider-backed Infra command through the shared typed lifecycle. */ export declare function runInfraCommandAsync(request: InfraCommandInvocation, options?: RunInfraCommandOptions): Promise; //# sourceMappingURL=runInfraCommandAsync.d.ts.map