import type { ScriptTransformResult } from "./types.js"; import type { MarkupTransformTarget } from "../markup/transform.js"; export type { BlockRef, ScriptTransformResult } from "./types.js"; interface ScriptTransformOptions { emit_types?: boolean; target?: MarkupTransformTarget; } /** * Transforms a `