export type TokenType = object; export type DerivativeFunc = (designToken: DesignToken, derivativeToken?: DerivativeToken) => DerivativeToken;