import type { Context } from './context.js';
export declare function updateConfigsList(context: Context, markdown: string): string;
