import { PreparedStatement } from '../../types';
import { ConditionOptions } from './types';
declare const where: (opts?: ConditionOptions, alias?: string | undefined) => PreparedStatement;
export default where;
