export declare const URL_PAGE = "_PAGE"; export declare const URL_DATA = "_DATA"; export declare const URL_FULL = "_FURL"; export declare const URL_PATH = "_PATH"; export declare const URL_DOMN = "_DOMN"; export declare const URL_SUBD = "_SUBD"; export declare const URL_QERY = "_QERY"; export declare const URL_HASH = "_HASH"; export declare const URL_PRSE = "unfurl"; export declare const URL_NPRS = "urlify"; export declare const URL: { FULL: "_FURL"; PATH: "_PATH"; DATA: "_DATA"; DOMN: "_DOMN"; SUBD: "_SUBD"; QERY: "_QERY"; HASH: "_HASH"; PAGE: "_PAGE"; PRSE: "unfurl"; NPRS: "urlify"; }; export declare const DOM_NODE = "_NODE"; export declare const DOM_BODY = "body"; export declare const DOM_HEAD = "head"; export declare const DOM: { NODE: string; BODY: string; HEAD: string; }; export declare const NAV: { FULL: string; NODE: string; }; export declare const HD_TITL = "title"; export declare const HD_ICON = "favicon"; export declare const HD_DESC = "og_description"; export declare const HD_IMGU = "og_image"; export declare const HD_IMGW = "og_image_width"; export declare const HD_IMGH = "og_image_height"; export declare const HD_TYPE = "og_type"; export declare const HEAD: { TITL: "title"; ICON: "favicon"; DESC: "og_description"; IMGU: "og_image"; IMGW: "og_image_width"; IMGH: "og_image_height"; TYPE: "og_type"; }; export declare const STATE_PATH = "$path$"; export declare const STATE_DATA = "$data$"; export declare const STATE: { PATH: string; DATA: string; }; export declare const CMD_SUB$ = "sub$"; export declare const CMD_ARGS = "args"; export declare const CMD_RESO = "reso"; export declare const CMD_ERRO = "erro"; export declare const CMD_WORK = "work"; export declare const CMD_SRC$ = "src$"; export declare const CMD: { SUB$: "sub$"; ARGS: "args"; RESO: "reso"; ERRO: "erro"; WORK: "work"; SRC$: "src$"; }; export declare const CFG_RUN$ = "run"; export declare const CFG_STOR = "state"; export declare const CFG_LOG$ = "log$"; export declare const CFG_RUTR = "router"; export declare const CTX: { STOR: "state"; LOG$: "log$"; RUN$: "run"; }; export declare const RTR_PREP = "preroute"; export declare const RTR_POST = "postroute"; export declare const RTR_PRFX = "ignore_prefix"; export declare const RTR: { PREP: "preroute"; POST: "postroute"; PRFX: "ignore_prefix"; RUTR: "router"; }; export declare const PUSH_STATE = "referrer"; export declare const POP_STATE = "POP_STATE"; export declare const SCROLL_X = "SCROLL_X"; export declare const SCROLL_Y = "SCROLL_Y"; export declare const $$_PATH = "$$_PATH"; export declare const $$_LOAD = "$$_LOAD"; export declare const $$_VIEW = "$$_VIEW"; export declare const $$_ROOT = "$$_ROOT"; export declare const $$: { PATH: "$$_PATH"; LOAD: "$$_LOAD"; VIEW: "$$_VIEW"; }; export declare const _ = "router"; export declare const $$_DEFAULT: { router: { $$_PATH: any[]; $$_LOAD: boolean; $$_VIEW: any; }; }; export declare const DETOUR = "home";