export {};

declare global {
	interface Window {
		google?: any; // Or a more specific type if you have one
		vpOutstreamPlayer: (containerId?: string) => VpOutstreamPlayer | null;
	}
}
