import { URI } from '../util/uri'; export declare function memoize(retrieve: (uri: URI) => any): (uri: URI) => any;