/**
 * The Gas amount specified in yoctoNEAR.
 */
export declare type Gas = bigint;
/**
 * One TGas - Tera Gas. 10^12 yoctoNEAR.
 */
export declare const ONE_TERA_GAS: Gas;
