import type { CSSToken } from './interfaces/token'; export declare function stringify(...tokens: Array): string;