import type { Container } from './types.ts'; /** * Creates new DI-container. * @returns Container. */ export declare function createContainer(): Container;