import { DMLSchema, EntityIndex, QueryCondition } from "@medusajs/types";
export declare function transformIndexWhere<TSchema extends DMLSchema>(index: EntityIndex<TSchema, string | QueryCondition<TSchema>>): string;
//# sourceMappingURL=build-indexes.d.ts.map