import { Job } from '../../Job'; import { StgConfig } from './types'; export declare function getPoolsJob(config: StgConfig): Job;