import { SelectField } from '../../types'; declare const parseSelect: (selectClause: string, table: string) => SelectField[]; export { parseSelect };