import { URI } from '../util/uri'; export declare function rewrite(map: { [source: URI]: URI; }, retrieve: (uri: URI) => any): (uri: URI) => any;