/** Global parameters to simulate location */ export declare const useGlobalVars: import("zustand").UseBoundStore; } & { initVars: (vars: Record) => void; setVar: (key: string, v: any) => void; removeVar: (key: string) => void; resetVar: () => void; }>, "setState"> & { setState(nextStateOrUpdater: ({ vars: Record; } & { initVars: (vars: Record) => void; setVar: (key: string, v: any) => void; removeVar: (key: string) => void; resetVar: () => void; }) | Partial<{ vars: Record; } & { initVars: (vars: Record) => void; setVar: (key: string, v: any) => void; removeVar: (key: string) => void; resetVar: () => void; }> | ((state: import("immer").WritableDraft<{ vars: Record; } & { initVars: (vars: Record) => void; setVar: (key: string, v: any) => void; removeVar: (key: string) => void; resetVar: () => void; }>) => void), shouldReplace?: boolean | undefined): void; }>;