import type { FeatureKey } from '../../statistics/features/feature';
export declare function validateFeatures(features: (string[] | ['all'] | FeatureKey[])): Set<FeatureKey>;
export declare function retrieveArchiveName(p: string): string;
