import { computed, Ref, ref } from '@vue/reactivity';
import { watch } from '@vue-reactivity/watch';
export declare function incrementRefSafely(_ref: Ref<number>): void;
export declare function dummyReadRefVal(value: number): void;
export { computed, ref, watch };
