import type { ServerState } from '../types'; /** * Get the URL from the server state. */ export declare function getUrlFromServerState(state: ServerState): string; //# sourceMappingURL=getUrlFromServerState.d.ts.map