export declare const currentPagePathSelector: (state: any) => Array; export declare const allPagePathsSelector: (state: any, ...args: any[]) => number[][]; export declare const topLevelPagePathsSelector: (state: any, ...args: any[]) => number[][]; export declare const pageExistsSelector: (state: any, pagePath: Array) => boolean; export declare const hasNextPageSelector: (state: any, pagePath?: Array) => boolean; export declare const hasPrevPageSelector: (state: any, pagePath?: Array) => boolean; export declare const hasNextBranchSelector: (state: any, pagePath?: Array) => boolean; export declare const hasPrevBranchSelector: (state: any, pagePath?: Array) => boolean;