import { AndCreator, OrCreator } from '../types';
export declare const andCreator: AndCreator;
export declare const orCreator: OrCreator;
