import { PaginationDto } from './pagination.dto'; export declare class GetTransactionsDto extends PaginationDto { account: string; chainId: number; }