import type { InSim } from 'node-insim'; type InSimHookAPI = InSim; export declare function useInSim(): InSimHookAPI; export {};