declare global { interface Window { instafeedSettings?: { sound: boolean; modalOpen?: string; }; } } export declare const toggleSound: (element?: HTMLElement) => void; export declare const togglePlay: (element?: HTMLElement) => void;