import { Transform } from 'style-dictionary/types';
/**
 * commentDeprecated
 * @description replaces the comment of a token with the deprecated comment
 */
export declare const commentDeprecated: Transform;
