/**
 * Check whether a string has postcss-simple-vars interpolation
 */
export function hasPsvInterpolation(string: any): boolean;
