declare const debugProps: typeof globalThis & {
    REACT_GLOBAL_STATE_HOOK_DEBUG?: ($this: unknown, args: undefined | {}, invokerStackHash: string) => void;
    isDevToolsPresent: boolean;
};
export default debugProps;
