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