declare const router: {
    run: () => void;
};
export default router;

export declare const run: () => void;

export { }
