import { TransformedToken } from 'style-dictionary/types';
/**
 * @name isSource
 * @type filter
 * @description only returns tokens that are coming from a `source` file and
 * not from an `included` file
 */
export declare const isSource: (token: TransformedToken) => boolean;
