/** * word/webSettings.xml emitter. * * Emitted on every package. Word-authored documents always carry a web-settings * part; shipping a minimal one keeps generated output part-for-part comparable to * genuine Word output (see issue #482). The body is static, so determinism holds. * * The root is the WordprocessingML `w:webSettings` element. */ import type { CompileContext } from '../context.js'; export declare function emitWebSettingsPart(ctx: CompileContext): void; //# sourceMappingURL=web-settings-part.d.ts.map