import type { MergedConfig, UserConfig } from './config-type.js'; export declare const DEFAULT_CONFIG_FILES: string[]; export declare const SARD_CONFIG_FILENAME = "sard.config.ts"; export declare function getSardConfigFilePath(): string | undefined; export declare function loadConfigFromFile(): Promise; export declare function getSardConfig(): Promise;