import { pipe } from "@effect-ts-app/core/_ext/pipe"; /** * @tsplus operator ets/Schema/Schema >= * @tsplus fluent ets/Schema/Schema apply * @tsplus fluent ets/Schema/Schema __call * @tsplus macro pipe * @tsplus location "@effect-ts-app/schema/_global.ext" */ export declare const pipeSchema: typeof pipe; /** * @tsplus operator ets/Schema/Property >= * @tsplus fluent ets/Schema/Property apply * @tsplus fluent ets/Schema/Property __call * @tsplus macro pipe * @tsplus location "@effect-ts-app/schema/_global.ext" */ export declare const pipeSchemaProperty: typeof pipe; /** * @tsplus operator ets/Schema/Constructor >= * @tsplus fluent ets/Schema/Constructor apply * @tsplus fluent ets/Schema/Constructor __call * @tsplus macro pipe * @tsplus location "@effect-ts-app/schema/_global.ext" */ export declare const pipeSchemaConstructor: typeof pipe; /** * @tsplus operator ets/Schema/Parser >= * @tsplus fluent ets/Schema/Parser apply * @tsplus fluent ets/Schema/Parser __call * @tsplus macro pipe * @tsplus location "@effect-ts-app/schema/_global.ext" */ export declare const pipeSchemaParser: typeof pipe; /** * @tsplus operator ets/Schema/These >= * @tsplus fluent ets/Schema/These apply * @tsplus fluent ets/Schema/These __call * @tsplus macro pipe * @tsplus location "@effect-ts-app/schema/_global.ext" */ export declare const pipeSchemaThese: typeof pipe; //# sourceMappingURL=_global.ext.d.ts.map