import { FetchResponse } from '../types'; export declare function createFetchResponse(items: unknown[]): FetchResponse;