import type { Plugin } from 'vite';
import { type AuthPluginOptions } from './compiler';
export declare function authVite(opts: AuthPluginOptions): Plugin;
