import { DecorationSet } from '@codemirror/view'; /** * Extracts the starting positions of the current foldings, and returns them as an * array to be consumed/saved later * @param decorationSet - DecorationSet */ export declare function calculateFolding(decorationSet: DecorationSet): number[];