import * as Schema from "effect/Schema"; declare const V1HealthcheckConfig_base: Schema.Class, { nullable: true; }>; Interval: Schema.optional; Timeout: Schema.optional; StartPeriod: Schema.optional; StartInterval: Schema.optional; Retries: Schema.optional; }, Schema.Struct.Encoded<{ Test: Schema.optionalWith, { nullable: true; }>; Interval: Schema.optional; Timeout: Schema.optional; StartPeriod: Schema.optional; StartInterval: Schema.optional; Retries: Schema.optional; }>, never, { readonly Test?: readonly string[] | undefined; } & { readonly Interval?: number | undefined; } & { readonly Timeout?: number | undefined; } & { readonly StartPeriod?: number | undefined; } & { readonly StartInterval?: number | undefined; } & { readonly Retries?: number | undefined; }, {}, {}>; export declare class V1HealthcheckConfig extends V1HealthcheckConfig_base { } export {};