import * as Schema from "effect/Schema";
import * as MobySchemas from "../schemas/index.js";
declare const SystemNetworkAddressPool_base: Schema.Class<SystemNetworkAddressPool, {
    Base: typeof Schema.String;
    Size: MobySchemas.Int64Schemas.$Int64;
}, Schema.Struct.Encoded<{
    Base: typeof Schema.String;
    Size: MobySchemas.Int64Schemas.$Int64;
}>, never, {
    readonly Size: MobySchemas.Int64Schemas.Int64Brand;
} & {
    readonly Base: string;
}, {}, {}>;
export declare class SystemNetworkAddressPool extends SystemNetworkAddressPool_base {
}
export {};
//# sourceMappingURL=SystemNetworkAddressPool.generated.d.ts.map