// Generated by scripts/ensure-types.cjs. Do not edit by hand. import type { SuperDoc as __Cjs_SuperDoc } from './index.js' with { "resolution-mode": "import" }; export declare const BlankDOCX: typeof import('./index.js', { with: { "resolution-mode": "import" } }).BlankDOCX; export declare const buildTheme: typeof import('./index.js', { with: { "resolution-mode": "import" } }).buildTheme; export declare const compareVersions: typeof import('./index.js', { with: { "resolution-mode": "import" } }).compareVersions; export declare const createTheme: typeof import('./index.js', { with: { "resolution-mode": "import" } }).createTheme; export declare const defineSuperDocExtension: typeof import('./index.js', { with: { "resolution-mode": "import" } }).defineSuperDocExtension; export declare const DOCX: typeof import('./index.js', { with: { "resolution-mode": "import" } }).DOCX; export declare const getFileObject: typeof import('./index.js', { with: { "resolution-mode": "import" } }).getFileObject; export declare const HTML: typeof import('./index.js', { with: { "resolution-mode": "import" } }).HTML; export declare const PDF: typeof import('./index.js', { with: { "resolution-mode": "import" } }).PDF; export type SuperDoc = __Cjs_SuperDoc; export declare const SuperDoc: typeof import('./index.js', { with: { "resolution-mode": "import" } }).SuperDoc;