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