export { CLASS } from 'typescript-class-helpers'; import { Models } from '../models'; export { Connection } from 'typeorm'; export declare function __ENDPOINT(baseEntity?: Function): (...args: any[]) => any; export declare function ENDPOINT(options?: { path?: string; entity?: Function; additionalEntities?: Function[]; auth?: Models.AuthCallBack; }): any;