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