import { type PdkAppPlugin } from './plugins.types'; /** * Instantiate vue query client if it does not exist yet and provide it to the app. */ export declare const createVueQueryPlugin: PdkAppPlugin;