type XhrResponseInfo = Pick; export declare function createResponseError(description: string, url: string, xhr: XhrResponseInfo): Error; export declare function createNetworkError(description: string, url: string): Error; export declare function createParseError(description: string, url: string, error: unknown): Error; export {};