import { Config, Dictionary, PlatformConfig } from 'style-dictionary/types'; export declare function appendAnimations(dictionary: Dictionary, config: PlatformConfig, options: Config): void; export declare function removeAnimations(dictionary: Dictionary, config: PlatformConfig, options: Config): void;