import { AccountIdentifiers } from "../types/AccountIdentifiers";
/**
 * Returns whether or not a user is currently signed-in. Optionally provide 1 or more accountIdentifiers to determine if a specific user is signed-in
 * @param matchAccount
 */
export declare function useIsAuthenticated(matchAccount?: AccountIdentifiers): boolean;
