import { ContainedType, ContainerInterface } from 'typeorm'; /** * Class transforming between TypeDI API and the expected API by TypeORM. */ export declare class TypeDIContainerProvider implements ContainerInterface { get(constructable: ContainedType): T; }