import type { AnkhRuntimeCommandProvider } from '@ankhorage/ankh'; import type { CreateInfraRuntimeProviderOptions } from '../types/infraCli.js'; /*** Compose the canonical Infra command surface as an Ankh runtime provider. */ export declare function createInfraRuntimeProvider(options?: CreateInfraRuntimeProviderOptions): AnkhRuntimeCommandProvider; //# sourceMappingURL=createInfraRuntimeProvider.d.ts.map