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