import { UserConfig } from '../types'
export declare const browserslist: string[]
export declare const CONFIG_FILES: string[]
export declare const ENTRY_FILES: string[]
export declare const HTML_FILES: string[]
export declare const getDefaultConfig: () => UserConfig
