import { ComponentInternalInstance } from '@wakeadmin/demi'; export declare function useHMR(enable?: boolean): { parent: ComponentInternalInstance; hmrId: any; saveState: (state: any) => void; loadState: () => unknown; } | null; //# sourceMappingURL=hmr.d.ts.map