export class AbortError extends Error { static get code(): string; static get type(): string; constructor(); code: string; type: string; } //# sourceMappingURL=errors.d.ts.map