import type { Preprocessor } from 'style-dictionary/types';
/**
 * Preprocessor that inherits group-level $description and $extensions to child tokens.
 * This enables W3C Design Tokens group properties to be available on individual tokens
 * during formatting.
 */
export declare const inheritGroupProperties: Preprocessor;
