import { EFetchSseErrorName } from '../enum'; export default function createFetchSseError(name: EFetchSseErrorName, message: string): Error;