export declare const PANE_LEVEL_KEYS: string[]; export declare const ADDRTREE_ROOT_NAME = "GLOBAL_MAGIC_PLANET_EARTH"; export declare const ADDRTREE_ROOT_KEY = "0"; export declare const ADDRTREE_ROOT_LEVEL_KEY = "GLOBAL_MAGIC_PLANET_EARTH_LEVEL_KEY"; export declare const CACHE_COMP_VERSION = 11; export declare const PANE_LEVELS: string[]; export declare const PANE_ATTRIBUTES: { country: { index: number; field: string; title: string; }; province: { index: number; field: string; title: string; }; city: { index: number; field: string; title: string; }; area: { index: number; field: string; title: string; }; town: { index: number; field: string; title: string; }; }; export declare function topologySort(allNodesSet: any): any[]; export declare function preprocessRawAddressData(params: any, rawData: any, ignored?: {}, isLeaf?: boolean): {}; export declare function loadAddressData(params: any): Promise; export declare function selectionToChain(value: any): any[]; export declare function nodeChainFromNode(node: any): any; export declare function foldNodeChainToSelection(nodeChain: any): {}; export declare function loadTownData(reqParams: any, node: any): Promise; export declare function traceTownParents({ parentURL }: { parentURL: any; }, divisionId: any, allNodesSet: any): Promise; export declare function defaultTextSerializer(nodeChain: any): any; export declare function standardValueEqual(lhs: any, rhs: any): boolean; export declare const addressTreeOfSet: (allNodesSet: any) => any; export declare const delay: (n?: number) => Promise; export declare const id: (v: any) => any;