export interface CheckOptions { json?: boolean; } export declare function runCheck(opts: CheckOptions): Promise; //# sourceMappingURL=check.d.ts.map