import { Config } from '../types/config';
/**
 * These are the default settings that will be used if you don't override them
 * in your config
 */
export declare const defaultConfig: Config;
