import type { IPlugin } from '../../types'; declare const logout: IPlugin; export { logout };