import { MetadataJson } from './../types';
export declare const lookup: (url: string) => Promise<MetadataJson>;
