import type { PlatformConfig, TransformedTokens } from 'style-dictionary/types'; /** * @description extract prefix from platform and add to tokens array if defined * @param tokens StyleDictionary.TransformedTokens * @param platform StyleDictionary.Platform * @return StyleDictionary.TransformedTokens */ export declare const prefixTokens: (tokens: TransformedTokens, platform?: PlatformConfig) => TransformedTokens;