import * as estree from 'estree'; import { FileSystem } from '../../fs/FileSystem'; import { RemapCache } from '../RemapCache'; declare const remap: (fs: FileSystem, remapCache: RemapCache, id: string, node: estree.Program, forceFlat: boolean) => void; export { remap };