import { Ref } from 'vue'; export declare function refValueIsUndefined(ref: Ref): ref is Ref; export declare function refValueIsDefined(ref: Ref): ref is Ref;