declare class GetTransactionDto {
    hash: string;
    chainId: number;
}

export { GetTransactionDto };
