/*! * Convert JS SDK * Version 1.0.0 * Copyright(c) 2020 Convert Insights, Inc * License Apache-2.0 */ import { Config as ConfigType } from '../../types'; /** * @param {Record=} config * @return {ConfigType} */ export declare const Config: (config?: Record) => ConfigType;