import type { DeprecatedCategories, DeprecatedConfig } from './types';
export declare const getConfig: (specifier: DeprecatedCategories) => DeprecatedConfig;
