import { IJobOptions } from './type'; export declare function init(options: IJobOptions, cb: (error?: any) => void): void;