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