import Hapi from '@hapi/hapi'; import { Entrances } from '../../@entrances'; export declare function serveExternalAPI(server: Hapi.Server, entrances: Entrances): Promise;