import { ClientRulesService } from 'formbird-services';
export declare class UtilSharingService {
    private clientRulesService;
    constructor(clientRulesService: ClientRulesService);
    fnCallFunction(componentFieldName: string, functionName: string, param1: any, param2: any): any;
    fnRegisterFunctions(listOfFunctions: any): void;
    fnCreateWatchForFunctionCall(functionName: any): void;
    fnPassedDataObject(fieldName: any, objectName: any, objectDataValue: any): void;
    fnGetDataObject(fieldName: any, objectName: any): any;
}
