import { SelectSql } from '../select-sql'; import { ExistsDescription } from './exists-description'; export declare function exists(select: SelectSql): ExistsDescription;