import * as Schema from "effect/Schema"; declare const ImageRootFS_base: Schema.Class; Layers: Schema.optionalWith, { nullable: true; }>; }, Schema.Struct.Encoded<{ Type: Schema.optional; Layers: Schema.optionalWith, { nullable: true; }>; }>, never, { readonly Type?: string | undefined; } & { readonly Layers?: readonly string[] | undefined; }, {}, {}>; export declare class ImageRootFS extends ImageRootFS_base { } export {};