import type { FormatFn } from 'style-dictionary/types'; /** * @description Outputs a hyper-optimized markdown file with LLM token guidelines. * Optimizations: * - Bracket notation for tokens with identical guidelines * - Global category rules extracted to paragraph * - Shortened keys (U:, R:, Pair ->) * - Max 3 usage items * - No boilerplate */ export declare const markdownLlmGuidelines: FormatFn;