export declare class PageInfo { endCursor: string; hasNextPage: boolean; startCursor: string; hasPreviousPage: boolean; }