import { AccountModel } from '../../models'; import { Plugin, Ref } from 'vue'; export declare function useAuthenticatorPlugin(): { account: Ref; jwt: Ref; }; export declare const AuthenticatorPlugin: Plugin<[]>;