import { Transform } from 'style-dictionary/types';
/**
 * colorAlphaToHex
 * @description convert a token of type `color` to a hex8 value if alpha < 1 and hex6 if alpha is 1
 */
export declare const colorAlphaToHex: Transform;
