import * as Schema from "effect/Schema"; declare const ContainerDeviceMapping_base: Schema.Class, never, { readonly PathOnHost: string; } & { readonly PathInContainer: string; } & { readonly CgroupPermissions: string; }, {}, {}>; export declare class ContainerDeviceMapping extends ContainerDeviceMapping_base { } export {};