export declare const encodeWithDash: (input: string) => string;
export declare const decodeWithDash: (encoded: string) => string;
export declare const getSecureProxyUrl: (externalPort: number, providerId: string) => string;
//# sourceMappingURL=proxy-url.d.ts.map