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