import * as Schema from "effect/Schema";
import * as SwarmSecretSpec from "./SwarmSecretSpec.generated.js";
declare const SwarmSecret_base: Schema.Class<SwarmSecret, {
    Spec: Schema.NullOr<typeof SwarmSecretSpec.SwarmSecretSpec>;
    Version: Schema.optionalWith<typeof import("./SwarmVersion.generated.js").SwarmVersion, {
        nullable: true;
    }>;
    CreatedAt: Schema.optionalWith<typeof Schema.DateFromString, {
        nullable: true;
    }>;
    UpdatedAt: Schema.optionalWith<typeof Schema.DateFromString, {
        nullable: true;
    }>;
    ID: typeof Schema.String;
}, Schema.Struct.Encoded<{
    Spec: Schema.NullOr<typeof SwarmSecretSpec.SwarmSecretSpec>;
    Version: Schema.optionalWith<typeof import("./SwarmVersion.generated.js").SwarmVersion, {
        nullable: true;
    }>;
    CreatedAt: Schema.optionalWith<typeof Schema.DateFromString, {
        nullable: true;
    }>;
    UpdatedAt: Schema.optionalWith<typeof Schema.DateFromString, {
        nullable: true;
    }>;
    ID: typeof Schema.String;
}>, never, {
    readonly ID: string;
} & {
    readonly CreatedAt?: Date | undefined;
} & {
    readonly Version?: import("./SwarmVersion.generated.js").SwarmVersion | undefined;
} & {
    readonly UpdatedAt?: Date | undefined;
} & {
    readonly Spec: SwarmSecretSpec.SwarmSecretSpec | null;
}, {}, {}>;
export declare class SwarmSecret extends SwarmSecret_base {
}
export {};
//# sourceMappingURL=SwarmSecret.generated.d.ts.map