import LTOError from './LTOError'; export default class LTORequestError extends LTOError { constructor(url: any, data: any); }