import type { InstallConfig } from "../types";
export declare function generateOmoConfig(installConfig: InstallConfig): Record<string, unknown>;
