import { Config } from './Config'; import { Environment } from 'graphcool-yml'; export declare class StatusChecker { config: Config; env: Environment; constructor(config: Config, env: Environment); checkStatus(command: string, args: any, flags: any, argv: any[]): void; } export declare function doJobs(cachePath: string, request: any): Promise;