export interface NpmCdn {
    id: string;
    name: string;
    npm: string;
}
export declare const cdns: Map<string, NpmCdn>;
