import * as Schema from "effect/Schema"; declare const SystemRuntimeWithStatus_base: Schema.Class, { nullable: true; }>; path: Schema.optional; runtimeArgs: Schema.optionalWith, { nullable: true; }>; runtimeType: Schema.optional; options: Schema.optionalWith, { nullable: true; }>; }, Schema.Struct.Encoded<{ status: Schema.optionalWith, { nullable: true; }>; path: Schema.optional; runtimeArgs: Schema.optionalWith, { nullable: true; }>; runtimeType: Schema.optional; options: Schema.optionalWith, { nullable: true; }>; }>, never, { readonly status?: { readonly [x: string]: string; } | undefined; } & { readonly path?: string | undefined; } & { readonly runtimeArgs?: readonly string[] | undefined; } & { readonly runtimeType?: string | undefined; } & { readonly options?: { readonly [x: string]: object; } | undefined; }, {}, {}>; export declare class SystemRuntimeWithStatus extends SystemRuntimeWithStatus_base { } export {};