/** * Authenticate user action * Calls the authenticateUser action on the parent window */ import type { AuthenticateUser } from "./types"; export declare const authenticateUser: AuthenticateUser;