import type { IContainer } from '../../../domain/interface/index';
import type { IBaseContainerOptions } from '../../../infrastructure/interface/index';
/**
 * Creates a new container instance.
 * @param {IBaseContainerOptions} options - The options to use for the container.
 * @returns {IContainer} A new container instance.
 * @see {@link https://elsikora.com/docs/cladi/core-concepts/container} for more information on containers.
 */
export declare function createContainer(options: IBaseContainerOptions): IContainer;
//# sourceMappingURL=container.utility.d.ts.map