import { InternalFeatureRepository } from './internal_feature_repository';
export declare function featurehubMiddleware(repo: InternalFeatureRepository): (req: any, res: any, next: any) => void;
