import { Ref } from 'vue'; export declare const waitForValue: (value: Ref, expectedValue?: any) => Promise; export declare function deepToRaw(obj: T): T;