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