import type { Stage } from './../../vrender'; import type { DebugToolOptions } from './debug-tool'; import { DebugTool } from './debug-tool'; export declare function bindDebugTool(stage: Stage, options: DebugToolOptions): DebugTool;