import type { InfraCommandContext } from '../types/infraCli.js'; /*** Create the process-backed command context used by the standalone executable. */ export declare function createDefaultInfraCommandContext(): InfraCommandContext; //# sourceMappingURL=createDefaultInfraCommandContext.d.ts.map