/**
 * This method will be called from elastic.io platform providing following data
 *
 * @param msg incoming message object that contains ``body`` with payload
 * @param cfg configuration that is account information and configuration field values
 * @param context this of action or trigger, optional

 */
export declare function jsonataTransform(msg: any, cfg: any, context: any): any;
