export declare const useCodeFold: () => { isCodeFold: import("vue").Ref; setCodeFold: (value: boolean) => void; };