/** * Switch user action * Calls the switchUser action on the parent window */ import type { SwitchUser } from "./types"; export declare const switchUser: SwitchUser;