import { Router } from '@angular/router'; import Parse from "parse"; import * as i0 from "@angular/core"; export declare class StaffService { private router; redirectURL: string; staff: Parse.Object; realStaff: Parse.Object; isSuperAdmin: boolean; constructor(router: Router); checkStaff(): Promise; loadStaffByUser(isRefresh?: boolean): Promise; isPeiZhu: boolean; checkIsPeiZhu(): Promise; peizhuJob(route: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }