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