import { Speech } from '../speech'; export declare class StopTimeout { private static readonly DEFAULT_MS; private static set; static reset(speech: Speech, stopTimeoutMS?: number): void; static stop(speech: Speech): void; }