import * as Schema from "effect/Schema"; declare const ImageHistoryResponseItem_base: Schema.Class>; }, Schema.Struct.Encoded<{ Comment: typeof Schema.String; Created: typeof Schema.Number; CreatedBy: typeof Schema.String; Id: typeof Schema.String; Size: typeof Schema.Number; Tags: Schema.NullOr>; }>, never, { readonly Size: number; } & { readonly Id: string; } & { readonly Created: number; } & { readonly Comment: string; } & { readonly CreatedBy: string; } & { readonly Tags: readonly string[] | null; }, {}, {}>; export declare class ImageHistoryResponseItem extends ImageHistoryResponseItem_base { } export {};