import { SelectStatement } from '../statements/select_statement'; import { GroupSelectStatement } from '../statements/group_select_statement'; export declare function adaptDistinct(statement: SelectStatement): SelectStatement | GroupSelectStatement;