import type { InfraCommandContext, ParsedInfraArguments } from '../../types/infraCli.js'; /*** Render one serializable command result in the requested human or compact JSON form. */ export declare function writeInfraStructured(context: InfraCommandContext, format: ParsedInfraArguments['format'], value: unknown): void; //# sourceMappingURL=writeInfraStructured.d.ts.map