declare const delay: (time?: number) => Promise<void>;
declare const TON_DEFAULT_GAS: bigint;
declare const TON_MIN_COMMISSION: bigint;
declare const TON_MIN_JETTON_STORAGE: bigint;

export { TON_DEFAULT_GAS, TON_MIN_COMMISSION, TON_MIN_JETTON_STORAGE, delay };
