import { type StraightlineDialect } from "./straightline.js"; /** * 公開再エクスポート(bc#46 B2 typed emitter がこの共有 TS dialect / scope 名を流用するため)。 * typed 経路は runtime 本体をこの dialect で綴じ、runtime を保つ。straightline emitter surface は * 撤去済み(#90)— この module は native/typed が消費する共有 emit エンジンのみを提供する。 */ export declare const straightlineTsDialect: StraightlineDialect; /** 生成コード内の scope 式(`scope()` — RunPlan 経路)。typed emitter が同名で port/output を評価する。 */ export declare const TS_SCOPE = "scope()"; /** 生成コード内の map 要素 scope 式(`mscope()` — RunPlan 経路)。 */ export declare const TS_MAP_SCOPE = "mscope()"; //# sourceMappingURL=emit-shared-typescript.d.ts.map