import type { Plugin } from 'vite'; import type { PluginConfig } from '../lib'; export declare function watch_remote_schema(opts?: PluginConfig): Plugin; export declare function watch_local_schema(ref: { list: string[]; }): Plugin;