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