export declare const actions: { initEngine: (endpoint: any, token: any) => { type: string; endpoint: any; token: any; }; }; export declare const mutations: { NEW_ENGINE: (state: any, action: any) => void; };