import { URI } from '../util/uri'; export declare function retrieveUsingLookup(schemas: { [uri: URI]: any; }): (uri: URI) => any;