import type { Pipe } from '../../types.internal'; export declare const or: Pipe; export declare const and: Pipe; export declare const xor: Pipe; export declare const not: Pipe;