import { interfaces } from 'inversify'; /** * Automatically builds loggers based on the target class and injects. If using this style, remember: * - only call it once while creating the container * - do not bind any loggers manually, otherwise you'll get an `Ambiguous match found for serviceIdentifier` error */ export declare function autoBindLoggers(bind: interfaces.Bind): void;