interface FoldingFeatureInterface { startListening: () => void; } export declare function startFoldEventListener(): void; export declare function stopFoldEventListener(): void; declare const _default: FoldingFeatureInterface; export default _default; //# sourceMappingURL=FoldingFeature.d.ts.map