import { CID } from 'multiformats/cid'; import { Helia } from '@helia/interface'; /** * Method for getting a raw block either with helia from trustless gateways or a local Kubo gateway. */ export declare function getRawBlock(helia: Helia, cid: CID, timeout?: number): Promise;