import type { IdGenerator } from '../util/createIdGenerator'; export declare const createOptimizedIdGenerator: (tokens: Map) => IdGenerator;