import IDependencyRegistration from './IDependencyRegistration';
export default interface IDependencyRegistrationBuilder {
    build(): IDependencyRegistration;
}
