/** * Retrieves the setDebugStore function from the zustand store within the DebugContext. * This function is intended to be used for setting the debug state in a React application. * If the DebugContext provider is missing, it will log an error and throw an exception. * * @throws {Error} Throws an error if the DebugContext provider is not found. */ export declare const useCleanRunState: () => () => void;