/** * Clears an optional scheduled timer when it exists. * * @private function of BookEditorMonaco */ export declare function clearScheduledTimer(timerId: number | null): void;