import type { IEntityConstructor } from '../types';
export declare function Collection(entityName?: string): (entityConstructor: IEntityConstructor) => void;
