/**
 * Symbol representing Unit value in Michelson
 */
export declare const UnitValue: unique symbol;
/**
 * Sapling state placeholder value
 */
export declare const SaplingStateValue: {};
