import type { EntityMetadata } from "typeorm"; import { Where, Filter } from "../types"; export declare function convertWhereClause(table: EntityMetadata, ...wheres: (Where | undefined)[]): Filter;