/**
Decode changes from a JS API to a config object
@param {Config} config@param {Object} result: result from API
@return {Config}
*/declarefunctiondecodeConfig(config: any, result: any): any;
export { decodeConfig };
//# sourceMappingURL=decodeConfig.d.ts.map