export { ExtendedCss } from './extended-css'; export type { ExtCssConfiguration, SelectorValidationResult } from './extended-css'; export type { IAffectedElement } from './helpers/types'; export type { TimingStats } from './helpers/timing-stats';