export interface GetAliasesArgs { accountId?: string; aliasName?: string; timestamp?: number; firstIndex?: number; lastIndex?: number; tld?: string; }