import type { Attachment } from "svelte/attachments"; import type { Writable } from "svelte/store"; import type { Milliseconds } from "@vkontakte/videoplayer-shared"; export declare const deferredDisableByCondition: (condition: boolean, disable: Writable, disableTimeout: Milliseconds) => Attachment;