import { Entity } from '../entity'; export declare class ExampleEntity extends Entity { exampleField: string; }