import { Speech } from '../speech'; export declare class GlobalState { static service: Speech | undefined; private static doubleClickPending; static doubleClickDetector(): boolean; }