import type { CSSToken } from '@csstools/css-tokenizer';
export declare function atMediaParamsTokens(params: string): Array<CSSToken>;
