import ProxyService from './Proxy'; import { LinkPreview, LinkPreviewCache } from './types'; export default class LinkPreviewService { proxy: ProxyService; cache: LinkPreviewCache; readonly route: string; readonly server: string; constructor(proxy: ProxyService); get(url: string): Promise; private getHostFromUrl; } //# sourceMappingURL=LinkPreview.d.ts.map