import * as Schema from "effect/Schema";
declare const PluginMount_base: Schema.Class<PluginMount, {
    Description: typeof Schema.String;
    Destination: typeof Schema.String;
    Name: typeof Schema.String;
    Options: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
    Settable: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
    Source: Schema.NullOr<typeof Schema.String>;
    Type: typeof Schema.String;
}, Schema.Struct.Encoded<{
    Description: typeof Schema.String;
    Destination: typeof Schema.String;
    Name: typeof Schema.String;
    Options: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
    Settable: Schema.NullOr<Schema.Array$<typeof Schema.String>>;
    Source: Schema.NullOr<typeof Schema.String>;
    Type: typeof Schema.String;
}>, never, {
    readonly Type: string;
} & {
    readonly Description: string;
} & {
    readonly Name: string;
} & {
    readonly Options: readonly string[] | null;
} & {
    readonly Source: string | null;
} & {
    readonly Destination: string;
} & {
    readonly Settable: readonly string[] | null;
}, {}, {}>;
export declare class PluginMount extends PluginMount_base {
}
export {};
//# sourceMappingURL=PluginMount.generated.d.ts.map