import type { PluginFunction } from '@zenstackhq/sdk'; export declare const name = "Tanstack Query"; declare const run: PluginFunction; export default run;