export default class Router { generate: (route: string, params?: [[string, string]] | null) => string; }