#!/usr/bin/env node
/**
 * Set or show proxy url
 */
export declare const proxyUrl: (url?: string) => void;
