import { CreateFieldPluginOptions, FieldPluginResponse } from '@storyblok/field-plugin'; import { UnwrapRef } from 'vue'; declare const useFieldPlugin: (options?: Omit, "onUpdateState">) => UnwrapRef>; export { useFieldPlugin };