import type { GlobalOptionDefinition } from "../../../types/arguments.js";
/**
 * The `--network` global option, contributed by the network-manager plugin.
 *
 * Exported so the standalone hhu binary, which doesn't load the plugin, can
 * reuse the exact same definition instead of duplicating it.
 */
export declare const NETWORK_GLOBAL_OPTION: GlobalOptionDefinition;
//# sourceMappingURL=network-option.d.ts.map