export { type FromRpcBlockErrorType, type FormattedBlock, type ToRpcBlockErrorType, fromRpcBlock, fromRpcBlock as fromRpc, toRpcBlock, toRpcBlock as toRpc, } from './internal/formatter/block.js'; export type { Block, BlockIdentifier, BlockNumber, BlockTag, RpcBlock, RpcBlockIdentifier, RpcBlockNumber, RpcUncle, Uncle, } from './internal/types/block.js'; import type { Block, RpcBlock } from './internal/types/block.js'; import type { OneOf, Prettify } from './internal/types/utils.js'; export declare function from>(block: block): block extends Block ? block : Prettify; //# sourceMappingURL=Block.d.ts.map