3 lines
106 B
TypeScript
3 lines
106 B
TypeScript
|
|
import type { CheckResult } from "../types";
|
||
|
|
export declare function checkConfig(): Promise<CheckResult>;
|