import type { Transaction, TransactionObjectArgument } from '@mysten/sui/transactions'; export declare function getFeeConfig(tx: Transaction): TransactionObjectArgument; export declare function buildEvent(module: string, event: string): string; export declare function buildNewEvent(module: string, event: string): string;