export interface CssExtractionResult { html: string; css: string; }