interface FoldOptionsimport { type FoldOptions } from "https://dotland.deno.dev/x/yaml@v2.6.0/src/stringify/foldFlowLines.ts"; PropertiesoptionalindentAtStart: numberAccounts for leading contents on the first line, defaulting to indent.length optionallineWidth: numberDefault: 80 optionalminContentWidth: numberAllow highly indented lines to stretch the line width or indent content from the start. Default: 20 optionalonFold: () => voidCalled once if the text is folded optionalonOverflow: () => voidCalled once if any line of text exceeds lineWidth characters