import * as Effect from "effect/Effect"; import * as Layer from "effect/Layer"; import { type Container, type ContainerStartupOptions } from "./Container.ts"; export declare const layer: (container: Image, options?: ContainerStartupOptions) => Layer.Layer>; /** * Runs the Container in a Durable Object and monitors it, providing a durable fetch and RPC interface to it. */ export declare const startContainer: (containerEff: Image, options?: ContainerStartupOptions | undefined) => Effect.Effect>, never, any>; //# sourceMappingURL=StartContainer.d.ts.map