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