import { install } from './install';
export { Container, ContainerInstance, Handler, ObjectType, Service, ServiceIdentifier, ServiceMetadata, ServiceOptions, Token } from 'typedi';
export * from './decorators';
declare const _default: {
install: typeof install;
};
export default _default;