import { pTON_VERSION } from '../pTON/constants.js'; declare class UnmatchedPtonVersion extends Error { constructor({ expected, received, }: { expected: pTON_VERSION; received: pTON_VERSION; }); } export { UnmatchedPtonVersion };