import { DMLSchema, EntityConstructor, EntityIndex } from "@medusajs/types";
export declare function validateIndexFields<TSchema extends DMLSchema>(MikroORMEntity: EntityConstructor<any>, index: EntityIndex<TSchema>): void;
//# sourceMappingURL=build-indexes.d.ts.map