import { Transform } from 'style-dictionary/types';
/**
 * colorAlphaToRgba
 * @description convert a token of type `color` to a rgba value
 */
export declare const colorAlphaToRgba: Transform;
