import { NoNextEditReason } from '../../../platform/inlineEdits/common/statelessNextEditProvider'; /** * Typed error thrown when an async line stream is rejected due to a fetch failure. * Consumers can catch this to extract the mapped {@link NoNextEditReason}. */ export declare class FetchStreamError extends Error { readonly reason: NoNextEditReason; constructor(reason: NoNextEditReason); } //# sourceMappingURL=fetchStreamError.d.ts.map