import { type Helia } from 'helia';
/**
 * Creates a Helia node for testing with TCP-only transport.
 *
 * This configuration avoids UDP socket issues that can occur on Windows CI
 * by using only TCP transport and localhost binding.
 *
 * @returns A Helia instance configured for testing
 */
export declare function createTestHelia(): Promise<Helia>;
//# sourceMappingURL=test-helia.d.ts.map