import type { PlatformError } from '@effect/platform/Error'; import type { FileSystem } from '@effect/platform/FileSystem'; import { Effect } from 'effect'; import type { JsonParsingError } from './../dependencies/fs/index.js'; import { type ErrorRelatedSources, type RawErrorLocation } from './get-sources-from-map-file.js'; export declare const getErrorRelatedSources: (name: string, sourceFile: string) => Effect.Effect;