import { type FactoryEmulatorSession, type FactoryEmulatorSessionOptions } from "./session-contracts.js"; export * from "./session-contracts.js"; /** Creates one validated, caller-owned deterministic Factory emulator session. */ export declare function createFactoryEmulatorSession(options: FactoryEmulatorSessionOptions): FactoryEmulatorSession;