/**
 Decode changes from a JS API to a config object

 @param {Config} config
 @param {Object} result: result from API
 @return {Config}
 */
declare function decodeConfig(config: any, result: any): any;
export { decodeConfig };
//# sourceMappingURL=decodeConfig.d.ts.map