import * as Schema from "effect/Schema";
import * as MobySchemas from "../schemas/index.js";
declare const ContainerPathStat_base: Schema.Class<ContainerPathStat, {
    name: typeof Schema.String;
    size: MobySchemas.Int64Schemas.$Int64;
    mode: MobySchemas.UInt32Schemas.$UInt32;
    mtime: Schema.NullOr<typeof Schema.DateFromString>;
    linkTarget: typeof Schema.String;
}, Schema.Struct.Encoded<{
    name: typeof Schema.String;
    size: MobySchemas.Int64Schemas.$Int64;
    mode: MobySchemas.UInt32Schemas.$UInt32;
    mtime: Schema.NullOr<typeof Schema.DateFromString>;
    linkTarget: typeof Schema.String;
}>, never, {
    readonly name: string;
} & {
    readonly mode: MobySchemas.UInt32Schemas.UInt32Brand;
} & {
    readonly size: MobySchemas.Int64Schemas.Int64Brand;
} & {
    readonly linkTarget: string;
} & {
    readonly mtime: Date | null;
}, {}, {}>;
export declare class ContainerPathStat extends ContainerPathStat_base {
}
export {};
//# sourceMappingURL=ContainerPathStat.generated.d.ts.map