import { Path } from "../data"; export function addExploreCallback(callback: any): () => void; export function useTrigger(args: Array, callback: (...args) => void, autoRun?: boolean): () => void;