import { IOptions, IVoidCallbackWithError } from './type'; export declare function runner(options: IOptions, callback: IVoidCallbackWithError): void;