import { t } from './common';
export declare function init(args: {
    router: t.IRouter;
    getManifest: t.GetManifest;
}): void;
