export interface TreasuryMintEventData {
    amount: bigint;
}
