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