proxy.d.ts 121 Bytes
/**
 * Initializes a third-party proxy module for HTTP(S) requests.
 */
export declare function initializeProxy(): void;