export declare const serializeCSSVar: >(cssVars: T, hashId: string, options?: { scope?: string; }) => string; export type TokenWithCSSVar = Record> = { [key in keyof T]?: string | V; };