import { Profile } from "../../types.service"; import * as i0 from "@angular/core"; export declare class ProfileService { API: any; constructor(apiInjected: any); createProfile(profile: Profile): Promise; getProfile(id: string): Promise; listCurrentProfiles(): Promise; updateProfile(profile: any): Promise; deleteProfile(id: string): Promise; getProfileFromAWSID(userID: string): Promise; getUsersForMail(mail: string): Promise; getProfilesForStatus(status: string): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }