import * as Schema from "effect/Schema"; declare const SystemFirewallInfo_base: Schema.Class>>, { nullable: true; }>; }, Schema.Struct.Encoded<{ Driver: typeof Schema.String; Info: Schema.optionalWith>>, { nullable: true; }>; }>, never, { readonly Driver: string; } & { readonly Info?: readonly (readonly string[])[] | undefined; }, {}, {}>; export declare class SystemFirewallInfo extends SystemFirewallInfo_base { } export {};