import type { IdGenerator } from '../util/createIdGenerator'; import type { CSSRange } from './types'; export declare const minifyCSSInScript: (script: string, cssRanges: Array, idGenerator: IdGenerator) => string;