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