import { TransformedToken } from 'style-dictionary/types';
/**
 * @name isFontWeight
 * @type filter
 * @description only returns tokens of type `fontWeight`
 */
export declare const isFontWeight: (token: TransformedToken) => boolean;
