import Hapi from '@hapi/hapi'; import { TokenService } from '../../@services'; export declare function routeTokens(tokenService: TokenService, server: Hapi.Server): void;