/// import { APIDef, AuthService } from '@rondo.dev/common'; import { Authenticator } from '../middleware'; import { AsyncRouter } from '../router'; export declare function configureAuthRoutes(authService: AuthService, authenticator: Authenticator, t: AsyncRouter): import("express").Router; //# sourceMappingURL=configureAuthRoutes.d.ts.map