import { Ref } from 'vue'; export declare const useState: (key: string, init?: (() => T)) => Ref;