import { Property } from '../../../../../domain'; export declare const castPropertyToWhereClauseConditional: ({ name, definition, tableAlias, }: { name: string; definition: Property; tableAlias: string; }) => string;