/** @packageDocumentation
 * @module Tools
 */
import { Tool } from "@itwin/core-frontend";
/** Queries the client's level of compatibility with the rendering system and outputs it to NotificationManager.
 * @beta
 */
export declare class ReportWebGLCompatibilityTool extends Tool {
    static toolId: string;
    run(_args: any[]): Promise<boolean>;
}
//# sourceMappingURL=ReportWebGLCompatibilityTool.d.ts.map