import { HyperShieldConfig } from '../types/config';
export declare class ConfigFactory {
    private static instance;
    private currentConfig;
    private constructor();
    static getInstance(): ConfigFactory;
    updateConfig(config: Partial<HyperShieldConfig>): void;
    getConfig(): HyperShieldConfig;
    loadEnvironmentConfig(): void;
}
//# sourceMappingURL=configFactory.d.ts.map