import Hapi from "@hapi/hapi"; export declare const createServer: (options: any, callback?: any, plugins?: any[]) => Promise;