import { IManifestSubscriber } from "./ManifestPublisher"; export declare class ManifestByUrlLoader { private static ResolvableUrlRules; private static _Instance; private Subscriber; private constructor(); static manifestSubscriber: () => IManifestSubscriber; private static clearManifests; private static done; private static newManifestLoadableByUrl; private static registerTypeSubscriptions; private static getHandableRules; private static compareToUrl; private static resolveRule; }