import { Type, Injector } from "@notadd/core"; export declare class TypeormHelper { private injector; constructor(injector: Injector); getComment(type: Type): { [key: string]: string; }; }