export declare const useTourUtils: () => { turnOn: () => void; turnOff: () => void; status: () => boolean; };