import type { Script } from '@unhead/vue'; declare global { interface Window { onYouTubeIframeAPIReady: () => void; } } export declare function load(): Script; export declare const ready: () => Promise;