export function jsvPlugin({ app, config, resolver }: {
    app: any;
    config: any;
    resolver: any;
}): void;
