import { Project } from "ts-morph"; import type { FrontendTargetIR } from "../../ir/target/frontend.js"; export declare function emitRuntime(project: Project, srcDir: string, ir: FrontendTargetIR): void;