import { Config } from "./types/config"; /** * Basic configuration options defined by the user */ export declare const ProjectConfig: Config;