import { ViteDevServer } from "vite";
export declare function domoProxy(): {
    name: string;
    configureServer(server: ViteDevServer): void;
};
