import Parse from "parse"; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class AuthProfileService { router: Router; profile: Parse.Object; _profileId: string; _companyId: string; isLeader: boolean; isManager: boolean; get profileId(): string; set profileId(v: string); get profilePointer(): { __type: string; className: string; objectId: string; }; get companyId(): string; set companyId(v: string); get companyPointer(): { __type: string; className: string; objectId: string; }; redirectUrl: string; _user: Parse.User; get user(): Parse.User; set user(v: Parse.User); constructor(router: Router); getProfile(): Promise>; bindProfile(profile: Parse.Object): Promise; checkProfile(url: string): Promise; setCurrentProfileLocalStorage(profile: Parse.Object): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }