export type NetInfoOutcome = "patched" | "reads-patched-only" | "not-installed" | "unknown"; export declare function buildNetInfoPatchScript(offline: boolean): string; export declare function parseNetInfoResult(raw: unknown): NetInfoOutcome; export declare function describeNetInfoOutcome(outcome: NetInfoOutcome): string; //# sourceMappingURL=netInfoPatch.d.ts.map