export declare const MIN_NODE_VERSION = 14; export declare const DEFAULT_CONFIG_FILES: string[]; export declare const FRAMEWORK_NAME = "father"; export declare const WATCH_DEBOUNCE_STEP = 300; export declare const DEV_COMMAND = "dev"; export declare const BUILD_COMMANDS: string[]; export declare const DEBUG_BUNDLESS_NAME = "father:bundless"; export declare const DEFAULT_CACHE_PATH = "node_modules/.cache/father"; export declare const DEFAULT_BUNDLESS_IGNORES: string[];