import type { SkillRenderTarget } from "./types.js"; export declare function runtimeBootstrapSpawnLines(target: SkillRenderTarget): string[]; export declare function runtimeSpawnProtocolLines(target: SkillRenderTarget): string[];