export declare function textContent(text: string): { type: "text"; text: string; }; export declare function isAbortError(error: unknown, signal: AbortSignal | undefined): boolean; //# sourceMappingURL=utils.d.ts.map