import { FormbirdInjectorService } from '../injector/formbird-injector.service';
export declare class ModifiedFieldService {
    private injector;
    ajsService: any;
    constructor(injector: FormbirdInjectorService);
    /**
     * Reset the current form to its un-interacted state.
     */
    resetFormDirty(): void;
    /**
     * Check if the current form is dirty, that make the save button appear and blink or display unsaved changes dialog
     */
    isDirty(): any;
    addModifiedField(documentId: any, changedFieldName: any, documentListId: any, shouldCompareDocuments?: any, overrideTemplateId?: any): any;
}
