export function fakeFetch(url: any, options?: {}): Promise; export function mockFetch(): void; import fakeResponse from './src/response';