import { EntityConstructor, PropertyMetadata, RelationshipMetadata } from "@medusajs/types"; /** * Apply the searchable decorator to the property marked as searchable to enable the free text search */ export declare function applySearchable(MikroORMEntity: EntityConstructor, fieldOrRelationship: PropertyMetadata | RelationshipMetadata): void; //# sourceMappingURL=apply-searchable.d.ts.map