import type { Container } from 'inversify';
export declare function bindNodeCLI(container: Container): void;
