/** Returns whether `url` targets a recognized local development host. */ export declare function isLocalEveServerUrl(url: URL): boolean; /** Whether `serverUrl` is a local dev host. Invalid URLs count as remote. */ export declare function isLocalDevelopmentServerUrl(serverUrl: string): boolean;