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