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