import { SelectSql } from '../select-sql'; export interface ExistsDescription { exists: SelectSql; } export declare const isExistsDescription: (val: any) => val is ExistsDescription;