import { type Stylesheet } from './stylesheet'; /** * Parse `xl/styles.xml` and return a fully-populated {@link Stylesheet}. Slot * ordering is preserved verbatim; the dedup index Maps are rebuilt after the * fact so future `addFont` / `addCellXf` calls keep working. */ export declare function parseStylesheetXml(bytes: Uint8Array | string): Stylesheet;