import { Observable } from 'rxjs'; export declare class FormsService { isUnique(collectionPath: string, filedPath: string, value: any, created: boolean): Observable; }