import { Config, Dictionary, PlatformConfig } from 'style-dictionary/types';
/**
 * Appends every CSS asset in a directory to the generated theme stylesheet.
 *
 * Assets are appended in filename order so their cascade order is explicit.
 */
export declare function appendCssAssets(_dictionary: Dictionary, config: PlatformConfig, options: Config): void;
