import { IndexTypes } from "@medusajs/framework/types"; import { SqlEntityManager } from "@medusajs/framework/mikro-orm/postgresql"; export declare function createPartitions(schemaObjectRepresentation: IndexTypes.SchemaObjectRepresentation, manager: SqlEntityManager): Promise; //# sourceMappingURL=create-partitions.d.ts.map