import { type WebProxy } from '../../../domain/contracts/repos';
export declare function proxyToUrl(pr: WebProxy): string;
