import * as $ from "./printer"; import type * as c from "../runtime"; export declare const printInstruction: (p: $.Printer, instr: c.Instr) => void;