import * as Schema from "effect/Schema";
declare const NetworkEndpointResource_base: Schema.Class<NetworkEndpointResource, {
    Name: typeof Schema.String;
    EndpointID: typeof Schema.String;
    MacAddress: typeof Schema.String;
    IPv4Address: typeof Schema.String;
    IPv6Address: typeof Schema.String;
}, Schema.Struct.Encoded<{
    Name: typeof Schema.String;
    EndpointID: typeof Schema.String;
    MacAddress: typeof Schema.String;
    IPv4Address: typeof Schema.String;
    IPv6Address: typeof Schema.String;
}>, never, {
    readonly MacAddress: string;
} & {
    readonly Name: string;
} & {
    readonly IPv4Address: string;
} & {
    readonly IPv6Address: string;
} & {
    readonly EndpointID: string;
}, {}, {}>;
export declare class NetworkEndpointResource extends NetworkEndpointResource_base {
}
export {};
//# sourceMappingURL=NetworkEndpointResource.generated.d.ts.map