import type { Container, ContainerOptions } from './types.js'; export declare function createEnvContainer(options?: ContainerOptions): Promise; export declare const createContainer: typeof createEnvContainer;