/** * ATTENTION. This code was AUTO GENERATED by schema2typebox. * While I don't know your use case, there is a high chance that direct changes * to this file get lost. Consider making changes to the underlying JSON schema * you use to generate this file instead. The default file is called * "schema.json", perhaps have a look there! :] */ import { Static } from "@sinclair/typebox"; export type Internet = Static; export declare const Internet: import("@sinclair/typebox").TObject<{ _class: import("@sinclair/typebox").TUnsafe; _key: import("@sinclair/typebox").TString; _type: import("@sinclair/typebox").TString; CIDR: import("@sinclair/typebox").TOptional>; CIDRv6: import("@sinclair/typebox").TOptional>; displayName: import("@sinclair/typebox").TOptional>; public: import("@sinclair/typebox").TOptional>; }>;