import Vue from 'vue';
export default function NonReactivity(value: any): (target: Vue, property: string) => void;
