import { PackageData } from './pkg'; export declare class Api { private readonly apiHost; fetch(name: string): Promise; private url; }