import type { App } from 'vue'; export declare function setQueryOnErrorCallback(callback: (error: Error) => void): void; export declare const vueQueryPlugin: { install: (app: App) => void; };