3 lines
155 B
TypeScript
3 lines
155 B
TypeScript
|
|
import type { ConfigMergeResult, InstallConfig } from "../types";
|
||
|
|
export declare function writeOmoConfig(installConfig: InstallConfig): ConfigMergeResult;
|