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