import * as Schema from "effect/Schema";
import * as SwarmVersion from "./SwarmVersion.generated.js";
declare const SwarmMeta_base: Schema.Class<SwarmMeta, {
    Version: Schema.optionalWith<typeof SwarmVersion.SwarmVersion, {
        nullable: true;
    }>;
    CreatedAt: Schema.optionalWith<typeof Schema.DateFromString, {
        nullable: true;
    }>;
    UpdatedAt: Schema.optionalWith<typeof Schema.DateFromString, {
        nullable: true;
    }>;
}, Schema.Struct.Encoded<{
    Version: Schema.optionalWith<typeof SwarmVersion.SwarmVersion, {
        nullable: true;
    }>;
    CreatedAt: Schema.optionalWith<typeof Schema.DateFromString, {
        nullable: true;
    }>;
    UpdatedAt: Schema.optionalWith<typeof Schema.DateFromString, {
        nullable: true;
    }>;
}>, never, {
    readonly CreatedAt?: Date | undefined;
} & {
    readonly Version?: SwarmVersion.SwarmVersion | undefined;
} & {
    readonly UpdatedAt?: Date | undefined;
}, {}, {}>;
export declare class SwarmMeta extends SwarmMeta_base {
}
export {};
//# sourceMappingURL=SwarmMeta.generated.d.ts.map