//#region src/cli/commands/check.d.ts interface CheckOptions { inputs: string[]; json: boolean; failUnder: number | undefined; noColor: boolean; autoDiscover: boolean; } declare function runCheck(options: CheckOptions): Promise; //#endregion export { CheckOptions, runCheck }; //# sourceMappingURL=check.d.ts.map