import { FormService } from "../form-service";
import { WithFormService } from "../types";
export declare const hasFormService: (obj: any) => obj is WithFormService;
export declare const isFormService: (obj: any) => obj is FormService<any>;
