export interface IPagedResult { result: ResultType; nextToken: PagedToken; }