export declare const PPOSIXTimeRange: import("../../../index.js").PStruct<{
    PInterval: {
        from: import("../../../index.js").StructT<{
            PBound: {
                bound: import("../../../index.js").StructT<{
                    PNegInf: {};
                    PFinite: {
                        n: [import("../../../index.js").PrimType.Int];
                    };
                    PPosInf: {};
                }, import("../../../index.js").Methods>;
                inclusive: [import("../../../index.js").PrimType.Bool];
            };
        }, import("../../../index.js").Methods>;
        to: import("../../../index.js").StructT<{
            PBound: {
                bound: import("../../../index.js").StructT<{
                    PNegInf: {};
                    PFinite: {
                        n: [import("../../../index.js").PrimType.Int];
                    };
                    PPosInf: {};
                }, import("../../../index.js").Methods>;
                inclusive: [import("../../../index.js").PrimType.Bool];
            };
        }, import("../../../index.js").Methods>;
    };
}, import("../../../index.js").Methods>;
