/**
 * Simple fetch polyfill for browsers that don't support it
 * This is a basic implementation that covers the needs of Quanta.js
 */
export declare function installFetchPolyfill(): void;
