import { SelectQuery } from './select';
export declare class Subquery {
    query: SelectQuery;
    constructor(query: SelectQuery);
}
