/** * Parse and normalize an eve server URL for the development REPL. */ export declare function parseDevelopmentServerUrl(value: string): string;