UNPKG

368 BTypeScriptView Raw
1import { Config } from './Config';
2import { Environment } from 'graphcool-yml';
3export declare class StatusChecker {
4 config: Config;
5 env: Environment;
6 constructor(config: Config, env: Environment);
7 checkStatus(command: string, args: any, flags: any, argv: any[]): void;
8}
9export declare function doJobs(cachePath: string, request: any): Promise<void>;