export default class LogOutOfApp extends Action { _logOutOfApp(): any; act(props: any): Promise; } import Action from "./action";