import { ENV } from '../../types'; export interface FindAssetsArguments { limit: number; page: number; accountId: string; env?: ENV; }