export interface PackageFactory { protocol: string; module: string; } export default function (url: string): any;