/**
 * Configuration data for the btch-downloader package.
 * @module config
 *
 * @description Defines the configuration settings for the btch-downloader package, including the base URL for API requests and the URL for reporting issues.
 */
import type { VersionConfig } from '../Types';
/**
 * The configuration object for the btch-downloader package.
 * @type {VersionConfig}
 */
declare const configData: VersionConfig;
export default configData;
//# sourceMappingURL=site.d.ts.map