export = tryFold;
/**
 * @param {import('postcss-selector-parser').Root} root
 * @return {string | null}
 */
declare function tryFold(root: import("postcss-selector-parser").Root): string | null;
//# sourceMappingURL=foldToIs.d.ts.map