/** * Scope a CSS string by adding the given marker to each selector's final * compound selector. PostCSS owns the stylesheet grammar and * postcss-selector-parser owns selector escapes, comments, and quoted values. */ export declare function scopeCss(css: string, scopeSelector: string): string;