import type { IOptions, Result } from '..'; import type { Context } from '../types'; import type { RecursivePartial } from '../utils/typeUtils'; export declare const htmlErrorHandlingScript: string; export declare function htmlRunner(code: string, context: Context, _options?: RecursivePartial): Promise;