declare global {
    interface Window {
        __remotionOverlayStarted: boolean;
    }
}
export {};
