import type { Container } from 'inversify';
export declare function bindProvider<T>(container: Container, identifier: string): void;
