export interface PageResult {
    hasNext: boolean;
    nextPageKey?: string;
}
export declare const PageResultEmptyKey = "PageResultEmptyKey";
