import { Address } from '@ton/ton'; type AddressType = Address | string; type AmountType = bigint | number | string; type QueryIdType = number | bigint; export type { AddressType, AmountType, QueryIdType };