export declare class AbortError extends Error { type: string; code: string; constructor(message?: string, code?: string, name?: string); } //# sourceMappingURL=abort-error.d.ts.map