import { t } from './common';
export declare function init(args: {
    router: t.IRouter;
    manifestUrl: string;
    baseUrl: string;
}): t.IRouter<{}>;
