import * as Schema from "effect/Schema"; declare const ContainerDeviceRequest_base: Schema.Class>; Capabilities: Schema.NullOr>>>; Options: Schema.NullOr>; }, Schema.Struct.Encoded<{ Driver: typeof Schema.String; Count: typeof Schema.Number; DeviceIDs: Schema.NullOr>; Capabilities: Schema.NullOr>>>; Options: Schema.NullOr>; }>, never, { readonly Driver: string; } & { readonly Count: number; } & { readonly DeviceIDs: readonly string[] | null; } & { readonly Capabilities: readonly (readonly string[] | null)[] | null; } & { readonly Options: { readonly [x: string]: string; } | null; }, {}, {}>; export declare class ContainerDeviceRequest extends ContainerDeviceRequest_base { } export {};