import { Config, Dictionary, LocalOptions } from 'style-dictionary/types';
/**
 * Creates a utility that assigns a gradient token's stop list to Tailwind's
 * gradient-stop custom property. Include Tailwind's gradient position in the
 * value because its background utilities set that position separately and
 * expect the stop list to consume it.
 */
export declare function processGradientTokens(dictionary: Dictionary, options: Config & LocalOptions): string;
