import { ValueSyncStore } from '../../../../util/events/sync-store'; import type { UiLifeCycles } from '../../../web/types'; export declare class DebugState implements UiLifeCycles { readonly enabled: ValueSyncStore; readonly showSliceOutlines: ValueSyncStore; readonly showSliceInfo: ValueSyncStore; readonly showCursorInfo: ValueSyncStore; toggleDebugMode(): void; /** ------------------------------------------- {@link UiLifeCycles} */ start(): () => void; }