import * as Schema from "effect/Schema"; declare const NetworkTask_base: Schema.Class>; }, Schema.Struct.Encoded<{ Name: typeof Schema.String; EndpointID: typeof Schema.String; EndpointIP: typeof Schema.String; Info: Schema.NullOr>; }>, never, { readonly Name: string; } & { readonly EndpointID: string; } & { readonly EndpointIP: string; } & { readonly Info: { readonly [x: string]: string; } | null; }, {}, {}>; export declare class NetworkTask extends NetworkTask_base { } export {};