import { Doc } from './docBuilder'; export declare function willBreak(insn: Doc): boolean; export declare function propagateBreaks(insn: Doc): void;