import { GoFeatureFlagException } from './go-feature-flag-exception'; export declare class ImpossibleToRetrieveConfigurationException extends GoFeatureFlagException { constructor(message: string); }