import Config from '../types/Config';
declare const config: Config;
/**
 * Configuration file, parsed as a JSON object
 * @author Gabe Abrams
 */
export default config;
