import * as Schema from "effect/Schema"; declare const TypesPluginDevice_base: Schema.Class; Settable: Schema.NullOr>; }, Schema.Struct.Encoded<{ Description: typeof Schema.String; Name: typeof Schema.String; Path: Schema.NullOr; Settable: Schema.NullOr>; }>, never, { readonly Path: string | null; } & { readonly Description: string; } & { readonly Name: string; } & { readonly Settable: readonly string[] | null; }, {}, {}>; export declare class TypesPluginDevice extends TypesPluginDevice_base { } export {};