import * as Schema from "effect/Schema";
declare const BlkiodevWeightDevice_base: Schema.Class<BlkiodevWeightDevice, Schema.Struct<{
    readonly Path: Schema.String;
    readonly Weight: Schema.decodeTo<Schema.Number, Schema.String, never, never>;
}>, {}>;
export declare class BlkiodevWeightDevice extends BlkiodevWeightDevice_base {
}
export {};
//# sourceMappingURL=BlkiodevWeightDevice.generated.d.ts.map