/// import { LegacyBlockWithID } from './types'; export declare const validateLegacyBlock: (receivedBlock: Buffer, decodedNextBlock: LegacyBlockWithID) => void;