import type { Auth } from '@verdaccio/auth';
import type { Config } from '@verdaccio/types';
import type Storage from '../../lib/storage';
export default function (config: Config, auth: Auth, storage: Storage): import("express-serve-static-core").Router;
