export declare function Entity(name: string, options?: { canBeListed: boolean; }): (target: any) => void;