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