import { config as defaultConfig } from './config';
export interface CustomConfig {
    intervals?: {
        regularCheck?: number;
        speedTest?: number;
    };
    dns?: {
        servers?: string[];
        query?: string;
    };
    websites?: string[];
}
export declare function loadConfig(): typeof defaultConfig;
//# sourceMappingURL=configLoader.d.ts.map