import { AbortError } from '@libp2p/interface'; export declare class InvalidRangeError extends Error { static name: string; name: string; } export declare class NoContentError extends Error { static name: string; name: string; } export declare class SubdomainNotSupportedError extends Error { static name: string; name: string; } export declare class RedirectsFileTooLargeError extends Error { static name: string; name: string; } export declare class InvalidRedirectsFileError extends Error { static name: string; name: string; } export declare class InvalidRedirectStatusCodeError extends Error { static name: string; name: string; } export declare class DuplicatePlaceholderError extends Error { static name: string; name: string; } export declare function isAbortWithServerTimingError(obj?: any): obj is AbortError & { serverTiming: string; }; //# sourceMappingURL=errors.d.ts.map