import * as Schema from "effect/Schema";
declare const PluginConfigRootfs_base: Schema.Class<PluginConfigRootfs, {
    diff_ids: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
    type: Schema.optional<typeof Schema.String>;
}, Schema.Struct.Encoded<{
    diff_ids: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
    type: Schema.optional<typeof Schema.String>;
}>, never, {
    readonly diff_ids: readonly string[] | null;
} & {
    readonly type?: string | undefined;
}, {}, {}>;
export declare class PluginConfigRootfs extends PluginConfigRootfs_base {
}
export {};
//# sourceMappingURL=PluginConfigRootfs.generated.d.ts.map