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