import * as Schema from "effect/Schema";
declare const SystemRuntimeWithStatus_base: Schema.Class<SystemRuntimeWithStatus, Schema.Struct<{
    readonly path: Schema.optional<Schema.String>;
    readonly runtimeArgs: Schema.optional<Schema.NullOr<Schema.$Array<Schema.String>>>;
    readonly runtimeType: Schema.optional<Schema.String>;
    readonly options: Schema.optional<Schema.NullOr<Schema.$Record<Schema.String, Schema.ObjectKeyword>>>;
    readonly status: Schema.optional<Schema.NullOr<Schema.$Record<Schema.String, Schema.String>>>;
}>, {}>;
export declare class SystemRuntimeWithStatus extends SystemRuntimeWithStatus_base {
}
export {};
//# sourceMappingURL=SystemRuntimeWithStatus.generated.d.ts.map