import * as Schema from "effect/Schema";
import * as SystemContainerdNamespaces from "./SystemContainerdNamespaces.generated.ts";
declare const SystemContainerdInfo_base: Schema.Class<SystemContainerdInfo, Schema.Struct<{
    readonly Address: Schema.optional<Schema.String>;
    readonly Namespaces: Schema.NullOr<typeof SystemContainerdNamespaces.SystemContainerdNamespaces>;
}>, {}>;
export declare class SystemContainerdInfo extends SystemContainerdInfo_base {
}
export {};
//# sourceMappingURL=SystemContainerdInfo.generated.d.ts.map