export interface IPageInfo {
    hasMore: boolean;
    nextLink: string;
}
//# sourceMappingURL=IPageInfo.d.ts.map