declare global {
    interface Window {
        _nextSetupHydrationWarning?: boolean;
    }
}
export {};
