import { computed } from './computed.ts'; import { controllerCreated } from './controllerCreated.ts'; import { controllerMounted } from './controllerMounted.ts'; import { emit } from './emit.ts'; import { model } from './model.ts'; import { raw } from './raw.ts'; import { shallow } from './shallow.ts'; import { watch } from './watch.ts'; import { watchEffect } from './watchEffect.ts'; export declare const vueDecorators: { computed: typeof computed; emit: typeof emit; watch: typeof watch; watchEffect: typeof watchEffect; raw: typeof raw; shallow: typeof shallow; model: typeof model; controllerCreated: typeof controllerCreated; controllerMounted: typeof controllerMounted; }; //# sourceMappingURL=index.d.ts.map