import { CustomOptionsType } from '../../types';
import { SegmentFields } from '../type';
export default function xhrInterceptor(options: CustomOptionsType, segments: SegmentFields[]): void;
