import { FormGroup } from '@angular/forms'; import { ProfileService } from '../../../controllers/Profile'; import * as i0 from "@angular/core"; export declare class GetPermissionTokenFormService { private profileService; form: FormGroup; constructor(profileService: ProfileService); submit(raw?: boolean): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }