import { PreparedStatement } from '../../types';
import { ConditionOptions } from './types';
declare const having: (opts?: ConditionOptions) => PreparedStatement;
export default having;
