import { LogLevel } from "@effect/core/io/LogLevel/definition"; /** * @tsplus pipeable-operator effect/core/io/LogLevel < * @tsplus static effect/core/io/LogLevel.Aspects lessThen * @tsplus pipeable effect/core/io/LogLevel lessThan * @tsplus location "@effect/core/io/LogLevel/operations/ordinal" */ export declare function lessThan(that: LogLevel): (self: LogLevel) => boolean; /** * @tsplus pipeable-operator effect/core/io/LogLevel <= * @tsplus static effect/core/io/LogLevel.Aspects lessThanEqual * @tsplus pipeable effect/core/io/LogLevel lessThanEqual * @tsplus location "@effect/core/io/LogLevel/operations/ordinal" */ export declare function lessThanEqual(that: LogLevel): (self: LogLevel) => boolean; /** * @tsplus pipeable-operator effect/core/io/LogLevel > * @tsplus static effect/core/io/LogLevel.Aspects greaterThan * @tsplus pipeable effect/core/io/LogLevel greaterThan * @tsplus location "@effect/core/io/LogLevel/operations/ordinal" */ export declare function greaterThan(that: LogLevel): (self: LogLevel) => boolean; /** * @tsplus pipeable-operator effect/core/io/LogLevel >= * @tsplus static effect/core/io/LogLevel.Aspects greaterThanEqual * @tsplus pipeable effect/core/io/LogLevel greaterThanEqual * @tsplus location "@effect/core/io/LogLevel/operations/ordinal" */ export declare function greaterThanEqual(that: LogLevel): (self: LogLevel) => boolean; //# sourceMappingURL=ordinal.d.ts.map