import type { InternalConfig } from './types';
/**
 * used to reset the config
 */
export declare const defaultConfig: InternalConfig;
declare const config: InternalConfig;
export default config;
