import { Ref } from 'vue'; export default function useStateWithGetter(initial?: any): [Ref, (value?: any) => void, () => any];