import type { Declaration } from 'postcss'; export declare function hasExactFallback(node: Declaration, newValue: string): boolean;