/** Best effort to setup the Keycloakify vite plugin automatically */
export declare function setupVitePluginIfNeeded(params: {
    projectDirPath: string;
}): Promise<void>;
