import type { Currency } from "../common"; export declare const gamisodesChangePriceTxCode: (currency: Currency) => string;