/**
 * Fetch Wrapper for WASM Network Capability
 *
 * Provides a Node.js fetch wrapper that handles various header formats
 */
/**
 * Get a properly wrapped fetch function for use with as-fetch
 */
export declare function getNodeFetch(): typeof fetch;
//# sourceMappingURL=fetch-wrapper.d.ts.map