import type { Writable } from "svelte/store"; export declare const handleStartedByKeyboard: (startedByKeyboard$: Writable, startedByKeyboard: boolean, btnRef: HTMLElement | undefined) => Promise;