import type { Preprocessor } from 'style-dictionary/types'; /** * Pre-processor to add the support of the `$extensions` instructions in the Token (or dedicated `extensions.json` file) */ export declare const extensionPropagatePreprocessor: Preprocessor; //# sourceMappingURL=extensions-preprocessor.d.mts.map