import { Config } from "./types"; export declare const CONFIG_FILENAME = "clivate.config"; export declare const DEFAULT_CONFIG: Config;