export default store;
declare const store: import("vuex").Store<{
count: any;
userId: any;
receiveResponse: any;
HworkId: string;
reportToken: string;
isKeepAlive: boolean;
recruitY: string;
localApplication: any[];
recentApplications: any[];
idle: string;
}>;