export declare const getJobs: () => Promise; export declare const viewJob: (id: number, search?: string | undefined, lines?: number) => Promise; export declare const watchJob: (id: number, logger?: (message?: any, ...optionalParams: any[]) => void) => Promise; //# sourceMappingURL=github.d.ts.map