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