import { MapperObject, PrimitiveTypes } from '../interface/where.interface';
export declare function parseIn(inValues: PrimitiveTypes[], propKey: string, colName: string, binds: MapperObject): string;
