/** * @function callFunction * @param {string} name - The name of the function to call * @param {object} payload - The data to send to the function * @returns {Promise} */ export default function callFunction(name: string, payload: object): Promise; //# sourceMappingURL=callFunction.d.ts.map