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

export { router as default, run };
