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