/** * Turns low-level fetch failures into guidance suitable for end users in the preview UI. */ export declare function formatDocumentFetchError(err: unknown, uri: string): string; export declare function fetchRemoteOrThrow(uri: string, init: RequestInit): Promise; //# sourceMappingURL=fetch-errors.d.ts.map