import type { DesignToken } from 'style-dictionary/types';
/**
 * Helper: Maps the token description to a style dictionary comment attribute - this will be picked up by some Style Dictionary
 * formats and automatically output as code comments
 */
export declare function mapDescriptionToComment(token: DesignToken): DesignToken;
