import { OrbisError } from './OrbisError'; import { Feature } from '../types/Feature'; export declare class FeatureNotEnabledError extends OrbisError { readonly feature: Feature; constructor(feature: Feature, additionalContext?: Record); static withHelp(feature: Feature, helpMessage: string): FeatureNotEnabledError; toJSON(): Record; } //# sourceMappingURL=FeatureNotEnabledError.d.ts.map