export declare type PageInfo = { readonly endCursor: string; readonly hasNextPage: boolean; readonly hasPreviousPage: boolean; readonly startCursor: string; };