import { CheckConstraint, EntityConstructor } from "@medusajs/types";
/**
 * Defines PostgreSQL constraints using the MikrORM's "@Check"
 * decorator
 */
export declare function applyChecks(MikroORMEntity: EntityConstructor<any>, entityChecks?: CheckConstraint<any>[]): void;
//# sourceMappingURL=apply-checks.d.ts.map