import { FeathersVuexOptions } from '../service-module/types'; export default function authPluginInit(feathersClient: any, globalOptions: FeathersVuexOptions): (options: any) => (store: any) => void;