import type { CreateOmoRunnerOptions, OmoRunner } from "./types" export declare function createOmoRunner(options: CreateOmoRunnerOptions): OmoRunner