3 lines
118 B
TypeScript
3 lines
118 B
TypeScript
import type { OmoConfig } from "./model-resolution-types";
|
|
export declare function loadOmoConfig(): OmoConfig | null;
|