import type { Format, PersistConfig } from '../persist-config.js'; export declare const DEFAULT_PERSIST_OUTPUT_DIR = ".code-pushup"; export declare const DEFAULT_PERSIST_FILENAME = "report"; export declare const DEFAULT_PERSIST_FORMAT: Format[]; export declare const DEFAULT_PERSIST_SKIP_REPORT = false; export declare const DEFAULT_PERSIST_CONFIG: Required;