import { type AppState } from "./config"; declare global { interface Window { toggleAngieSidebar: (force?: boolean, skipTransition?: boolean) => void; } } export declare const shouldExecutePostConsentRedirect: (pageUrl?: string) => boolean; export declare const handlePostConsentRedirect: () => void; export declare const listenToOAuthFromIframe: (instance?: AppState) => void; export declare const setupOidcLoginFlowHandler: (instance?: AppState) => void; export declare const resetOAuthListenersForTests: () => void;