import type { Context } from './context.js';
/**
 * Generate yml frontmatter for a particular rule.
 * @returns new frontmatter lines (including ---)
 */
export declare function generateFrontmatterLines(context: Context, name: string, description: string | undefined, frontmatterOld: string | undefined): string;
