import { CodeItem } from '../../types'; export default function useCode(code: any): import('vue').ComputedRef;