import type { Context } from './context.js';
export declare const CONFIG_FORMATS: readonly ["name", "plugin-colon-prefix-name", "prefix-name"];
export type ConfigFormat = (typeof CONFIG_FORMATS)[number];
export declare function configNameToDisplay(context: Context, configName: string): string;
