export declare const EXAMPLE_FILECOIN_TRANSACTION_DTO: TransactionDTO; export declare class TransactionDTO { id: string; hash: string; feeAmount?: string; }