import type { QuestionAdapter } from '@serenity-js/core'; /** * @group Questions */ export declare class LocalServer { /** * Retrieves the URL of the local server started * using the [`StartLocalServer`](https://serenity-js.org/api/local-server/class/StartLocalServer/) [interaction](https://serenity-js.org/api/core/class/Interaction/). */ static url(): QuestionAdapter; /** * Retrieves the port number of the local server started * using the [`StartLocalServer`](https://serenity-js.org/api/local-server/class/StartLocalServer/) [interaction](https://serenity-js.org/api/core/class/Interaction/). */ static port(): QuestionAdapter; } //# sourceMappingURL=LocalServer.d.ts.map