export declare class TransactionResult {
    transactionHash: string;
}
