export declare type WhereBoolean = 'and' | 'or'; export default WhereBoolean;