import { JoinObject } from './condition' export declare function buildJoinSql(tables: T, joins: JoinObject): string