import type { Builder, BuilderContext } from './types.js'; export declare function createJavaScriptBuilder(context: BuilderContext): Builder;