declare const pTON_VERSION: { readonly v1: "v1"; readonly v2_1: "v2_1"; }; type pTON_VERSION = (typeof pTON_VERSION)[keyof typeof pTON_VERSION]; export { pTON_VERSION };