export declare const runtime: { run: (options: import("./types").RuntimeRunOptions) => { runtimeContext: import("..").InternalRuntimeContext>; }; };