import { EventEmitter } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; import { FormioResourceConfig } from './resource.config'; import { FormioResources } from './resources.service'; import { FormioPromiseService } from '@formio/angular'; import { FormioAlerts } from '@formio/angular'; import { FormioAppConfig } from '@formio/angular'; import { FormioRefreshValue } from '@formio/angular'; import * as i0 from "@angular/core"; export declare class FormioResourceService { appConfig: FormioAppConfig; config: FormioResourceConfig; resourcesService: FormioResources; initialized: boolean; form: any; alerts: FormioAlerts; resource: any; resourceUrl?: string; formUrl: string; formFormio: FormioPromiseService; formio: FormioPromiseService; refresh: EventEmitter; resourceResolve: any; resourceReject: any; resourceLoaded?: Promise; resourceLoading?: Promise; resourceId?: string; resources: any; ready?: Promise; readyResolve: any; readyReject: any; formLoading?: Promise; formLoaded: Promise; formResolve: any; formReject: any; isLoading: boolean; constructor(appConfig: FormioAppConfig, config: FormioResourceConfig, resourcesService: FormioResources); initialize(): void; setResource(resourceId: any): void; init(route: ActivatedRoute): Promise; onError(error: any): void; onFormError(err: any): void; loadForm(): Promise; loadParents(): Promise; onSubmissionError(err: any): void; loadResource(): Promise; save(resource: any): Promise; remove(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=resource.service.d.ts.map