import { Table } from "./types";
export declare function expandIN(fieldName: string, table: Table): string;
