import { STypes } from '../types'; export declare const $or: (conditions: STypes.ConditionExp[]) => string; export declare const $and: (conditions: STypes.ConditionExp[]) => string; export declare const $$or: (conditions: STypes.ConditionExp[]) => string; export declare const $$and: (conditions: STypes.ConditionExp[]) => string;