import { Property } from "../../types.service"; import * as i0 from "@angular/core"; export declare class PropertyService { API: any; constructor(apiInjected: any); createProperty(property: Property): Promise; deleteProperty(propertyID: string): Promise; getPropertiesForOrganisation(orgID: string): Promise; listProperties(): Promise; listPropertiesForSpace(spaceID: string): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }