import type { InstallConfig } from "../types"; export declare function generateOcoConfig(installConfig: InstallConfig): Record;