import Hapi from '@hapi/hapi'; import { AppService } from '../../@services'; export declare function routeAuthorization(appService: AppService, server: Hapi.Server): void;