import { TransformedToken } from'style-dictionary/types';
/**
* @nameisSource
* @typefilter
* @description only returns tokens that are coming from a `source` file and
* not from an `included` file
*/exportdeclareconstisSource: (token: TransformedToken) =>boolean;