import { ModelDef, SelectAst } from '../../core/types'; export declare function buildSOQL>(ast: SelectAst): string;