/** @packageDocumentation * @module Tools */ import { Tool } from "@itwin/core-frontend"; /** Replaces the default tooltips displayed when mousing over elements to instead display information useful for debugging, including * element, model, subcategory, and tile Ids as well as geometry class. * @beta */ export declare class ToggleToolTipsTool extends Tool { static toolId: string; static get minArgs(): number; static get maxArgs(): number; run(enable?: boolean): Promise; parseAndRun(...args: string[]): Promise; } //# sourceMappingURL=ToolTipProvider.d.ts.map