import type { BlockResponse } from "../.."; import type { RPCBlock } from "../../types/Block.types"; export declare function cleanBlock(block: RPCBlock, returnTransactionObjects: boolean): BlockResponse;