import { d as MathMlNode } from "./mathml-Czqc1mdZ.js"; import { p as MathExpression } from "./math-BScHxedi.js"; import { n as Color } from "./color-AELCDH_b.js"; import { r as LayoutFrame, t as Box } from "./geometry-CvcjSwnA.js"; import { r as SourceResidue } from "./source-Bas5ol6f.js"; import { o as TextDirection } from "./style-D06NwxAJ.js"; import { z } from "zod"; //#region src/content.d.ts type FusedNode = T & { frames?: LayoutFrame[]; }; declare const ContentOriginSchema: z.ZodEnum<{ chart: "chart"; diagram: "diagram"; table: "table"; image: "image"; notes: "notes"; body: "body"; }>; type ContentOrigin = z.infer; declare const ContentTranscriptSchema: z.ZodObject<{ text: z.ZodString; confidence: z.ZodEnum<{ high: "high"; medium: "medium"; low: "low"; }>; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>; type ContentTranscript = z.infer; declare const ContentInterpretationSchema: z.ZodObject<{ transcript: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>; type ContentInterpretation = z.infer; declare const CONTENT_ANNOTATION_FIELDS: { origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; }; declare const RUN_FONT_PROPERTY_SHAPE: { readonly bold: z.ZodOptional; readonly italic: z.ZodOptional; readonly underline: z.ZodOptional; readonly strike: z.ZodOptional; readonly fontFamily: z.ZodOptional; readonly sizePt: z.ZodOptional; readonly color: z.ZodOptional>; }; declare const ContentFontSchema: z.ZodObject<{ bold: z.ZodOptional; italic: z.ZodOptional; underline: z.ZodOptional; strike: z.ZodOptional; fontFamily: z.ZodOptional; sizePt: z.ZodOptional; color: z.ZodOptional>; }, z.core.$strip>; type ContentFont = z.infer; declare const ContentRunSchema: z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; hyperlink: z.ZodOptional; verticalAlign: z.ZodOptional>; direction: z.ZodOptional>; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; bold: z.ZodOptional; italic: z.ZodOptional; underline: z.ZodOptional; strike: z.ZodOptional; fontFamily: z.ZodOptional; sizePt: z.ZodOptional; color: z.ZodOptional>; text: z.ZodString; }, z.core.$strip>; type ContentRun = z.infer; declare const ContentListMembershipSchema: z.ZodObject<{ numId: z.ZodOptional; level: z.ZodNumber; checked: z.ZodOptional; itemId: z.ZodOptional; format: z.ZodOptional>; }, z.core.$strip>; type ContentListMembership = z.infer; declare const RunConstructExtentSchema: z.ZodObject<{ descriptor: z.ZodDiscriminatedUnion<[z.ZodObject<{ kind: z.ZodLiteral<"contentControl">; controlType: z.ZodEnum<{ richText: "richText"; plainText: "plainText"; checkbox: "checkbox"; dropDown: "dropDown"; comboBox: "comboBox"; date: "date"; picture: "picture"; repeatingSection: "repeatingSection"; button: "button"; index: "index"; group: "group"; }>; tag: z.ZodOptional; alias: z.ZodOptional; lock: z.ZodOptional>; value: z.ZodOptional; checked: z.ZodOptional; options: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"field">; instruction: z.ZodString; cachedResult: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"anchor">; anchorType: z.ZodEnum<{ bookmark: "bookmark"; footnote: "footnote"; endnote: "endnote"; comment: "comment"; }>; name: z.ZodString; definition: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"link">; target: z.ZodDiscriminatedUnion<[z.ZodObject<{ kind: z.ZodLiteral<"external">; uri: z.ZodString; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"internal">; anchor: z.ZodString; }, z.core.$strict>], "kind">; title: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"provenance">; change: z.ZodEnum<{ insertion: "insertion"; deletion: "deletion"; moveFrom: "moveFrom"; moveTo: "moveTo"; formatChange: "formatChange"; }>; author: z.ZodOptional; dateIso: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"division">; name: z.ZodOptional; columnCount: z.ZodOptional; protected: z.ZodOptional; linked: z.ZodOptional; }, z.core.$strict>>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>], "kind">; startRun: z.ZodNumber; endRun: z.ZodNumber; }, z.core.$strip>; type RunConstructExtent = z.infer; declare const ContentStrokeStyleSchema: z.ZodEnum<{ solid: "solid"; dashed: "dashed"; dotted: "dotted"; double: "double"; }>; type ContentStrokeStyle = z.infer; declare const ContentBorderSchema: z.ZodObject<{ color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>; type ContentBorder = z.infer; declare const ContentParagraphBordersSchema: z.ZodObject<{ left: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; right: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; top: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; bottom: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; type ContentParagraphBorders = z.infer; declare const ContentParagraphSchema: z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"paragraph">; runs: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; hyperlink: z.ZodOptional; verticalAlign: z.ZodOptional>; direction: z.ZodOptional>; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; bold: z.ZodOptional; italic: z.ZodOptional; underline: z.ZodOptional; strike: z.ZodOptional; fontFamily: z.ZodOptional; sizePt: z.ZodOptional; color: z.ZodOptional>; text: z.ZodString; }, z.core.$strip>>; constructs: z.ZodOptional; controlType: z.ZodEnum<{ richText: "richText"; plainText: "plainText"; checkbox: "checkbox"; dropDown: "dropDown"; comboBox: "comboBox"; date: "date"; picture: "picture"; repeatingSection: "repeatingSection"; button: "button"; index: "index"; group: "group"; }>; tag: z.ZodOptional; alias: z.ZodOptional; lock: z.ZodOptional>; value: z.ZodOptional; checked: z.ZodOptional; options: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"field">; instruction: z.ZodString; cachedResult: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"anchor">; anchorType: z.ZodEnum<{ bookmark: "bookmark"; footnote: "footnote"; endnote: "endnote"; comment: "comment"; }>; name: z.ZodString; definition: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"link">; target: z.ZodDiscriminatedUnion<[z.ZodObject<{ kind: z.ZodLiteral<"external">; uri: z.ZodString; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"internal">; anchor: z.ZodString; }, z.core.$strict>], "kind">; title: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"provenance">; change: z.ZodEnum<{ insertion: "insertion"; deletion: "deletion"; moveFrom: "moveFrom"; moveTo: "moveTo"; formatChange: "formatChange"; }>; author: z.ZodOptional; dateIso: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"division">; name: z.ZodOptional; columnCount: z.ZodOptional; protected: z.ZodOptional; linked: z.ZodOptional; }, z.core.$strict>>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>], "kind">; startRun: z.ZodNumber; endRun: z.ZodNumber; }, z.core.$strip>>>; styleId: z.ZodOptional; codeLanguage: z.ZodOptional; preformatted: z.ZodOptional; headingLevel: z.ZodOptional; alignment: z.ZodOptional>; list: z.ZodOptional; level: z.ZodNumber; checked: z.ZodOptional; itemId: z.ZodOptional; format: z.ZodOptional>; }, z.core.$strip>>; spacingBeforePt: z.ZodOptional; spacingAfterPt: z.ZodOptional; lineSpacing: z.ZodOptional; indentLeftPt: z.ZodOptional; indentRightPt: z.ZodOptional; indentFirstLinePt: z.ZodOptional; direction: z.ZodOptional>; pageBreakBefore: z.ZodOptional; pageBreakAfter: z.ZodOptional; borders: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; right: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; top: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; bottom: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>; type ContentParagraph = z.infer; declare function clampHeadingLevel(level: number): number; declare const ContentFloatOriginSchema: z.ZodEnum<{ paragraph: "paragraph"; page: "page"; margin: "margin"; leftMargin: "leftMargin"; rightMargin: "rightMargin"; topMargin: "topMargin"; bottomMargin: "bottomMargin"; insideMargin: "insideMargin"; outsideMargin: "outsideMargin"; column: "column"; character: "character"; line: "line"; frame: "frame"; }>; type ContentFloatOrigin = z.infer; declare const ContentFloatAlignSchema: z.ZodEnum<{ left: "left"; center: "center"; right: "right"; top: "top"; bottom: "bottom"; inside: "inside"; outside: "outside"; }>; type ContentFloatAlign = z.infer; declare const ContentFloatAxisSchema: z.ZodUnion; offsetPt: z.ZodNumber; }, z.core.$strict>, z.ZodObject<{ relativeTo: z.ZodEnum<{ paragraph: "paragraph"; page: "page"; margin: "margin"; leftMargin: "leftMargin"; rightMargin: "rightMargin"; topMargin: "topMargin"; bottomMargin: "bottomMargin"; insideMargin: "insideMargin"; outsideMargin: "outsideMargin"; column: "column"; character: "character"; line: "line"; frame: "frame"; }>; align: z.ZodEnum<{ left: "left"; center: "center"; right: "right"; top: "top"; bottom: "bottom"; inside: "inside"; outside: "outside"; }>; }, z.core.$strict>]>; type ContentFloatAxis = z.infer; declare const ContentFloatPositionSchema: z.ZodObject<{ horizontal: z.ZodUnion; offsetPt: z.ZodNumber; }, z.core.$strict>, z.ZodObject<{ relativeTo: z.ZodEnum<{ paragraph: "paragraph"; page: "page"; margin: "margin"; leftMargin: "leftMargin"; rightMargin: "rightMargin"; topMargin: "topMargin"; bottomMargin: "bottomMargin"; insideMargin: "insideMargin"; outsideMargin: "outsideMargin"; column: "column"; character: "character"; line: "line"; frame: "frame"; }>; align: z.ZodEnum<{ left: "left"; center: "center"; right: "right"; top: "top"; bottom: "bottom"; inside: "inside"; outside: "outside"; }>; }, z.core.$strict>]>; vertical: z.ZodUnion; offsetPt: z.ZodNumber; }, z.core.$strict>, z.ZodObject<{ relativeTo: z.ZodEnum<{ paragraph: "paragraph"; page: "page"; margin: "margin"; leftMargin: "leftMargin"; rightMargin: "rightMargin"; topMargin: "topMargin"; bottomMargin: "bottomMargin"; insideMargin: "insideMargin"; outsideMargin: "outsideMargin"; column: "column"; character: "character"; line: "line"; frame: "frame"; }>; align: z.ZodEnum<{ left: "left"; center: "center"; right: "right"; top: "top"; bottom: "bottom"; inside: "inside"; outside: "outside"; }>; }, z.core.$strict>]>; }, z.core.$strip>; type ContentFloatPosition = z.infer; declare const IMAGE_FORMATS: readonly ["png", "jpeg", "svg", "gif"]; type ImageFormat = (typeof IMAGE_FORMATS)[number]; declare const ContentImageOriginalSchema: z.ZodObject<{ filter: z.ZodEnum<{ jbig2: "jbig2"; jpeg2000: "jpeg2000"; }>; base64: z.ZodString; jbig2GlobalsBase64: z.ZodOptional; }, z.core.$strip>; type ContentImageOriginal = z.infer; declare const ContentImageBlockSchema: z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"image">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; widthPt: z.ZodNumber; heightPt: z.ZodNumber; altText: z.ZodOptional; original: z.ZodOptional; base64: z.ZodString; jbig2GlobalsBase64: z.ZodOptional; }, z.core.$strip>>; anchorRunIndex: z.ZodOptional; anchorOffset: z.ZodOptional; caption: z.ZodOptional; floatPosition: z.ZodOptional; offsetPt: z.ZodNumber; }, z.core.$strict>, z.ZodObject<{ relativeTo: z.ZodEnum<{ paragraph: "paragraph"; page: "page"; margin: "margin"; leftMargin: "leftMargin"; rightMargin: "rightMargin"; topMargin: "topMargin"; bottomMargin: "bottomMargin"; insideMargin: "insideMargin"; outsideMargin: "outsideMargin"; column: "column"; character: "character"; line: "line"; frame: "frame"; }>; align: z.ZodEnum<{ left: "left"; center: "center"; right: "right"; top: "top"; bottom: "bottom"; inside: "inside"; outside: "outside"; }>; }, z.core.$strict>]>; vertical: z.ZodUnion; offsetPt: z.ZodNumber; }, z.core.$strict>, z.ZodObject<{ relativeTo: z.ZodEnum<{ paragraph: "paragraph"; page: "page"; margin: "margin"; leftMargin: "leftMargin"; rightMargin: "rightMargin"; topMargin: "topMargin"; bottomMargin: "bottomMargin"; insideMargin: "insideMargin"; outsideMargin: "outsideMargin"; column: "column"; character: "character"; line: "line"; frame: "frame"; }>; align: z.ZodEnum<{ left: "left"; center: "center"; right: "right"; top: "top"; bottom: "bottom"; inside: "inside"; outside: "outside"; }>; }, z.core.$strict>]>; }, z.core.$strip>>; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>; type ContentImageBlock = z.infer; declare const ContentPageBreakSchema: z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"pageBreak">; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>; type ContentPageBreak = z.infer; declare const ContentConstructStartSchema: z.ZodObject<{ kind: z.ZodLiteral<"constructStart">; descriptor: z.ZodDiscriminatedUnion<[z.ZodObject<{ kind: z.ZodLiteral<"contentControl">; controlType: z.ZodEnum<{ richText: "richText"; plainText: "plainText"; checkbox: "checkbox"; dropDown: "dropDown"; comboBox: "comboBox"; date: "date"; picture: "picture"; repeatingSection: "repeatingSection"; button: "button"; index: "index"; group: "group"; }>; tag: z.ZodOptional; alias: z.ZodOptional; lock: z.ZodOptional>; value: z.ZodOptional; checked: z.ZodOptional; options: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"field">; instruction: z.ZodString; cachedResult: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"anchor">; anchorType: z.ZodEnum<{ bookmark: "bookmark"; footnote: "footnote"; endnote: "endnote"; comment: "comment"; }>; name: z.ZodString; definition: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"link">; target: z.ZodDiscriminatedUnion<[z.ZodObject<{ kind: z.ZodLiteral<"external">; uri: z.ZodString; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"internal">; anchor: z.ZodString; }, z.core.$strict>], "kind">; title: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"provenance">; change: z.ZodEnum<{ insertion: "insertion"; deletion: "deletion"; moveFrom: "moveFrom"; moveTo: "moveTo"; formatChange: "formatChange"; }>; author: z.ZodOptional; dateIso: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>, z.ZodObject<{ kind: z.ZodLiteral<"division">; name: z.ZodOptional; columnCount: z.ZodOptional; protected: z.ZodOptional; linked: z.ZodOptional; }, z.core.$strict>>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strict>], "kind">; }, z.core.$strip>; type ContentConstructStart = z.infer; declare const ContentConstructEndSchema: z.ZodObject<{ kind: z.ZodLiteral<"constructEnd">; }, z.core.$strip>; type ContentConstructEnd = z.infer; interface ContentTableCell { blocks: ContentBlock[]; colSpan?: number; rowSpan?: number; background?: ContentCellFill; borders?: ContentCellBorders; verticalAlign?: "top" | "center" | "bottom"; formula?: string; sourcePath?: string; source?: SourceResidue; frames?: LayoutFrame[]; origin?: ContentOrigin; interpretation?: ContentInterpretation; } interface ContentTableRow { cells: ContentTableCell[]; heightPt?: number; direction?: TextDirection; isHeader?: boolean; } interface ContentTable { kind: "table"; rows: ContentTableRow[]; columnWidthsPt: number[]; sourcePath?: string; source?: SourceResidue; frames?: LayoutFrame[]; origin?: ContentOrigin; interpretation?: ContentInterpretation; } type ContentEmbeddedObjectKind = "formula" | "wordprocessing" | "presentation" | "spreadsheet" | "drawing" | "chart"; interface ContentEmbeddedObject { objectKind: ContentEmbeddedObjectKind; document: ContentDocument; frame: Box; anchorRow?: number; anchorColumn?: number; offsetXPt?: number; offsetYPt?: number; source?: SourceResidue; origin?: ContentOrigin; interpretation?: ContentInterpretation; } interface ContentEmbeddedObjectBlock extends ContentEmbeddedObject { kind: "embeddedObject"; sourcePath?: string; frames?: LayoutFrame[]; } type ContentBlock = ContentParagraph | ContentTable | ContentImageBlock | ContentPageBreak | ContentEmbeddedObjectBlock | ContentConstructStart | ContentConstructEnd; declare function isContentConstructStart(value: unknown): value is ContentConstructStart; declare function isContentConstructEnd(value: unknown): value is ContentConstructEnd; declare function isRunConstructExtent(value: unknown): value is RunConstructExtent; declare function isContentBlock(value: unknown): value is ContentBlock; declare const ContentEmbeddedObjectSchema: z.ZodType; declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{ sourcePath: z.ZodOptional; frames: z.ZodOptional>>; origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; objectKind: z.ZodEnum<{ formula: "formula"; wordprocessing: "wordprocessing"; presentation: "presentation"; spreadsheet: "spreadsheet"; drawing: "drawing"; chart: "chart"; }>; document: z.ZodLazy>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; pageSize: z.ZodObject<{ widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; margins: z.ZodObject<{ topPt: z.ZodNumber; rightPt: z.ZodNumber; bottomPt: z.ZodNumber; leftPt: z.ZodNumber; }, z.core.$strip>; blocks: z.ZodLazy>>>; breakType: z.ZodOptional>; headers: z.ZodOptional>>>>; even: z.ZodOptional>>>>; first: z.ZodOptional>>>>; }, z.core.$strip>>; footers: z.ZodOptional>>>>; even: z.ZodOptional>>>>; first: z.ZodOptional>>>>; }, z.core.$strip>>; watermarks: z.ZodOptional>>>>; even: z.ZodOptional>>>>; first: z.ZodOptional>>>>; }, z.core.$strip>>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; symbolTable: z.ZodOptional; preferredUnit: z.ZodOptional; definitionSource: z.ZodOptional; }, z.core.$strip>>; units: z.ZodArray; dimension: z.ZodRecord & z.core.$partial, z.ZodNumber>; factorToSi: z.ZodObject<{ numerator: z.ZodString; denominator: z.ZodString; }, z.core.$strip>; offsetToSi: z.ZodOptional>; context: z.ZodOptional; }, z.core.$strip>>; contexts: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; kind: z.ZodLiteral<"wordprocessing">; metadata: z.ZodObject<{ title: z.ZodOptional; author: z.ZodOptional; subject: z.ZodOptional; keywords: z.ZodOptional>; creator: z.ZodOptional; producer: z.ZodOptional; createdIso: z.ZodOptional; modifiedIso: z.ZodOptional; lastPrintedIso: z.ZodOptional; language: z.ZodOptional; direction: z.ZodOptional>; publisher: z.ZodOptional; contributor: z.ZodOptional; rights: z.ZodOptional; identifier: z.ZodOptional; comments: z.ZodOptional; company: z.ZodOptional; manager: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ slides: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; size: z.ZodObject<{ widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; shapes: z.ZodArray>>>; origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; name: z.ZodOptional; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; insetLeftPt: z.ZodNumber; insetTopPt: z.ZodNumber; insetRightPt: z.ZodNumber; insetBottomPt: z.ZodNumber; fontScale: z.ZodOptional; lineSpacingReduction: z.ZodOptional; paintOrder: z.ZodOptional; readingOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>>; notes: z.ZodString; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; symbolTable: z.ZodOptional; preferredUnit: z.ZodOptional; definitionSource: z.ZodOptional; }, z.core.$strip>>; units: z.ZodArray; dimension: z.ZodRecord & z.core.$partial, z.ZodNumber>; factorToSi: z.ZodObject<{ numerator: z.ZodString; denominator: z.ZodString; }, z.core.$strip>; offsetToSi: z.ZodOptional>; context: z.ZodOptional; }, z.core.$strip>>; contexts: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; kind: z.ZodLiteral<"presentation">; metadata: z.ZodObject<{ title: z.ZodOptional; author: z.ZodOptional; subject: z.ZodOptional; keywords: z.ZodOptional>; creator: z.ZodOptional; producer: z.ZodOptional; createdIso: z.ZodOptional; modifiedIso: z.ZodOptional; lastPrintedIso: z.ZodOptional; language: z.ZodOptional; direction: z.ZodOptional>; publisher: z.ZodOptional; contributor: z.ZodOptional; rights: z.ZodOptional; identifier: z.ZodOptional; comments: z.ZodOptional; company: z.ZodOptional; manager: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ sheets: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; name: z.ZodString; cells: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; row: z.ZodNumber; column: z.ZodNumber; value: z.ZodDiscriminatedUnion<[z.ZodObject<{ kind: z.ZodLiteral<"number">; value: z.ZodNumber; exactValue: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"percentage">; value: z.ZodNumber; exactValue: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"currency">; value: z.ZodNumber; currency: z.ZodOptional; exactValue: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"boolean">; value: z.ZodBoolean; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"date">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"time">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"dateTime">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"string">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"error">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"empty">; }, z.core.$strip>], "kind">; formula: z.ZodOptional; displayText: z.ZodString; numberFormatCode: z.ZodOptional; font: z.ZodOptional; italic: z.ZodOptional; underline: z.ZodOptional; strike: z.ZodOptional; fontFamily: z.ZodOptional; sizePt: z.ZodOptional; color: z.ZodOptional>; }, z.core.$strip>>; runs: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; hyperlink: z.ZodOptional; verticalAlign: z.ZodOptional>; direction: z.ZodOptional>; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; bold: z.ZodOptional; italic: z.ZodOptional; underline: z.ZodOptional; strike: z.ZodOptional; fontFamily: z.ZodOptional; sizePt: z.ZodOptional; color: z.ZodOptional>; text: z.ZodString; }, z.core.$strip>>>; colSpan: z.ZodOptional; rowSpan: z.ZodOptional; background: z.ZodOptional; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"pattern">; patternType: z.ZodEnum<{ percent5: "percent5"; percent10: "percent10"; percent12: "percent12"; percent15: "percent15"; percent20: "percent20"; percent25: "percent25"; percent30: "percent30"; percent35: "percent35"; percent37: "percent37"; percent40: "percent40"; percent45: "percent45"; percent50: "percent50"; percent55: "percent55"; percent60: "percent60"; percent62: "percent62"; percent65: "percent65"; percent70: "percent70"; percent75: "percent75"; percent80: "percent80"; percent85: "percent85"; percent87: "percent87"; percent90: "percent90"; percent95: "percent95"; horizontalStripe: "horizontalStripe"; verticalStripe: "verticalStripe"; diagonalStripe: "diagonalStripe"; reverseDiagonalStripe: "reverseDiagonalStripe"; horizontalCross: "horizontalCross"; diagonalCross: "diagonalCross"; thinHorizontalStripe: "thinHorizontalStripe"; thinVerticalStripe: "thinVerticalStripe"; thinDiagonalStripe: "thinDiagonalStripe"; thinReverseDiagonalStripe: "thinReverseDiagonalStripe"; thinHorizontalCross: "thinHorizontalCross"; thinDiagonalCross: "thinDiagonalCross"; mediumGray: "mediumGray"; darkGray: "darkGray"; lightGray: "lightGray"; darkHorizontal: "darkHorizontal"; darkVertical: "darkVertical"; darkDown: "darkDown"; darkUp: "darkUp"; darkGrid: "darkGrid"; darkTrellis: "darkTrellis"; lightHorizontal: "lightHorizontal"; lightVertical: "lightVertical"; lightDown: "lightDown"; lightUp: "lightUp"; lightGrid: "lightGrid"; lightTrellis: "lightTrellis"; gray125: "gray125"; gray0625: "gray0625"; }>; foregroundColor: z.ZodOptional>; backgroundColor: z.ZodOptional>; }, z.core.$strip>], "kind">>; borders: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; right: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; top: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; bottom: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; diagonalUp: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; diagonalDown: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; alignment: z.ZodOptional>; verticalAlignment: z.ZodOptional>; comment: z.ZodOptional; createdAt: z.ZodOptional; replies: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>>; columns: z.ZodArray; hidden: z.ZodOptional; }, z.core.$strip>>; rows: z.ZodArray; hidden: z.ZodOptional; }, z.core.$strip>>; images: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"image">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; widthPt: z.ZodNumber; heightPt: z.ZodNumber; altText: z.ZodOptional; original: z.ZodOptional; base64: z.ZodString; jbig2GlobalsBase64: z.ZodOptional; }, z.core.$strip>>; anchorRunIndex: z.ZodOptional; anchorOffset: z.ZodOptional; caption: z.ZodOptional; floatPosition: z.ZodOptional; offsetPt: z.ZodNumber; }, z.core.$strict>, z.ZodObject<{ relativeTo: z.ZodEnum<{ paragraph: "paragraph"; page: "page"; margin: "margin"; leftMargin: "leftMargin"; rightMargin: "rightMargin"; topMargin: "topMargin"; bottomMargin: "bottomMargin"; insideMargin: "insideMargin"; outsideMargin: "outsideMargin"; column: "column"; character: "character"; line: "line"; frame: "frame"; }>; align: z.ZodEnum<{ left: "left"; center: "center"; right: "right"; top: "top"; bottom: "bottom"; inside: "inside"; outside: "outside"; }>; }, z.core.$strict>]>; vertical: z.ZodUnion; offsetPt: z.ZodNumber; }, z.core.$strict>, z.ZodObject<{ relativeTo: z.ZodEnum<{ paragraph: "paragraph"; page: "page"; margin: "margin"; leftMargin: "leftMargin"; rightMargin: "rightMargin"; topMargin: "topMargin"; bottomMargin: "bottomMargin"; insideMargin: "insideMargin"; outsideMargin: "outsideMargin"; column: "column"; character: "character"; line: "line"; frame: "frame"; }>; align: z.ZodEnum<{ left: "left"; center: "center"; right: "right"; top: "top"; bottom: "bottom"; inside: "inside"; outside: "outside"; }>; }, z.core.$strict>]>; }, z.core.$strip>>; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; anchorRow: z.ZodNumber; anchorColumn: z.ZodNumber; offsetXPt: z.ZodNumber; offsetYPt: z.ZodNumber; }, z.core.$strip>>; printSettings: z.ZodObject<{ pageSize: z.ZodObject<{ widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; margins: z.ZodObject<{ topPt: z.ZodNumber; rightPt: z.ZodNumber; bottomPt: z.ZodNumber; leftPt: z.ZodNumber; }, z.core.$strip>; printRange: z.ZodOptional>; scalePercent: z.ZodOptional; fitToPages: z.ZodOptional>; repeatRows: z.ZodOptional>; repeatColumns: z.ZodOptional>; gridlines: z.ZodBoolean; headers: z.ZodBoolean; pageOrder: z.ZodEnum<{ downThenOver: "downThenOver"; overThenDown: "overThenDown"; }>; manualBreaks: z.ZodOptional; columns: z.ZodArray; }, z.core.$strip>>; }, z.core.$strip>; embeddedObjects: z.ZodOptional>>>; dataValidations: z.ZodOptional>; type: z.ZodEnum<{ date: "date"; custom: "custom"; decimal: "decimal"; list: "list"; time: "time"; whole: "whole"; textLength: "textLength"; }>; operator: z.ZodOptional>; formula1: z.ZodOptional; formula2: z.ZodOptional; allowBlank: z.ZodOptional; showInputMessage: z.ZodOptional; promptTitle: z.ZodOptional; prompt: z.ZodOptional; showErrorMessage: z.ZodOptional; errorStyle: z.ZodOptional>; errorTitle: z.ZodOptional; error: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>>; conditionalFormats: z.ZodOptional; formula1: z.ZodString; formula2: z.ZodOptional; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"cellIs">; }, z.core.$strip>, z.ZodObject<{ text: z.ZodString; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodEnum<{ containsText: "containsText"; notContainsText: "notContainsText"; beginsWith: "beginsWith"; endsWith: "endsWith"; }>; }, z.core.$strip>, z.ZodObject<{ style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodEnum<{ containsBlanks: "containsBlanks"; notContainsBlanks: "notContainsBlanks"; containsErrors: "containsErrors"; notContainsErrors: "notContainsErrors"; uniqueValues: "uniqueValues"; duplicateValues: "duplicateValues"; }>; }, z.core.$strip>, z.ZodObject<{ rank: z.ZodNumber; percent: z.ZodOptional; bottom: z.ZodOptional; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"top10">; }, z.core.$strip>, z.ZodObject<{ aboveAverage: z.ZodOptional; equalAverage: z.ZodOptional; stdDev: z.ZodOptional; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"aboveAverage">; }, z.core.$strip>, z.ZodObject<{ timePeriod: z.ZodEnum<{ yesterday: "yesterday"; today: "today"; tomorrow: "tomorrow"; last7Days: "last7Days"; thisMonth: "thisMonth"; lastMonth: "lastMonth"; nextMonth: "nextMonth"; thisWeek: "thisWeek"; lastWeek: "lastWeek"; nextWeek: "nextWeek"; thisYear: "thisYear"; lastYear: "lastYear"; nextYear: "nextYear"; }>; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"timePeriod">; }, z.core.$strip>, z.ZodObject<{ stops: z.ZodArray; value: z.ZodOptional; }, z.core.$strip>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"colorScale">; }, z.core.$strip>, z.ZodObject<{ min: z.ZodObject<{ type: z.ZodEnum<{ formula: "formula"; percent: "percent"; num: "num"; max: "max"; min: "min"; percentile: "percentile"; }>; value: z.ZodOptional; }, z.core.$strip>; max: z.ZodObject<{ type: z.ZodEnum<{ formula: "formula"; percent: "percent"; num: "num"; max: "max"; min: "min"; percentile: "percentile"; }>; value: z.ZodOptional; }, z.core.$strip>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; showValue: z.ZodOptional; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"dataBar">; }, z.core.$strip>, z.ZodObject<{ iconSetType: z.ZodString; thresholds: z.ZodArray; value: z.ZodOptional; }, z.core.$strip>>; reverse: z.ZodOptional; showValue: z.ZodOptional; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"iconSet">; }, z.core.$strip>], "type">>>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; names: z.ZodOptional; }, z.core.$strip>>>; symbolTable: z.ZodOptional; preferredUnit: z.ZodOptional; definitionSource: z.ZodOptional; }, z.core.$strip>>; units: z.ZodArray; dimension: z.ZodRecord & z.core.$partial, z.ZodNumber>; factorToSi: z.ZodObject<{ numerator: z.ZodString; denominator: z.ZodString; }, z.core.$strip>; offsetToSi: z.ZodOptional>; context: z.ZodOptional; }, z.core.$strip>>; contexts: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; kind: z.ZodLiteral<"spreadsheet">; metadata: z.ZodObject<{ title: z.ZodOptional; author: z.ZodOptional; subject: z.ZodOptional; keywords: z.ZodOptional>; creator: z.ZodOptional; producer: z.ZodOptional; createdIso: z.ZodOptional; modifiedIso: z.ZodOptional; lastPrintedIso: z.ZodOptional; language: z.ZodOptional; direction: z.ZodOptional>; publisher: z.ZodOptional; contributor: z.ZodOptional; rights: z.ZodOptional; identifier: z.ZodOptional; comments: z.ZodOptional; company: z.ZodOptional; manager: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ pages: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; size: z.ZodObject<{ widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; shapes: z.ZodArray>>>; origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; name: z.ZodOptional; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; insetLeftPt: z.ZodNumber; insetTopPt: z.ZodNumber; insetRightPt: z.ZodNumber; insetBottomPt: z.ZodNumber; fontScale: z.ZodOptional; lineSpacingReduction: z.ZodOptional; paintOrder: z.ZodOptional; readingOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>>; vectors: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"rect">; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; fill: z.ZodOptional>; fillPattern: z.ZodOptional; style: z.ZodEnum<{ linear: "linear"; axial: "axial"; radial: "radial"; ellipsoid: "ellipsoid"; square: "square"; rectangular: "rectangular"; }>; startColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; endColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; angleDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"hatch">; style: z.ZodEnum<{ double: "double"; single: "single"; triple: "triple"; }>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; distancePt: z.ZodNumber; rotationDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"bitmap">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; }, z.core.$strip>], "kind">>; fillOpacity: z.ZodOptional; stroke: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; opacity: z.ZodOptional; dashPattern: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>>; paintOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"ellipse">; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; fill: z.ZodOptional>; fillPattern: z.ZodOptional; style: z.ZodEnum<{ linear: "linear"; axial: "axial"; radial: "radial"; ellipsoid: "ellipsoid"; square: "square"; rectangular: "rectangular"; }>; startColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; endColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; angleDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"hatch">; style: z.ZodEnum<{ double: "double"; single: "single"; triple: "triple"; }>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; distancePt: z.ZodNumber; rotationDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"bitmap">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; }, z.core.$strip>], "kind">>; fillOpacity: z.ZodOptional; stroke: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; opacity: z.ZodOptional; dashPattern: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>>; paintOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"line">; from: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; to: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; stroke: z.ZodObject<{ color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; widthPt: z.ZodNumber; style: z.ZodOptional>; opacity: z.ZodOptional; dashPattern: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>; paintOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"path">; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; subpaths: z.ZodArray; segments: z.ZodArray; to: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"cubic">; control1: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; control2: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; to: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>], "kind">>; closed: z.ZodBoolean; }, z.core.$strip>>; fill: z.ZodOptional>; fillPattern: z.ZodOptional; style: z.ZodEnum<{ linear: "linear"; axial: "axial"; radial: "radial"; ellipsoid: "ellipsoid"; square: "square"; rectangular: "rectangular"; }>; startColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; endColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; angleDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"hatch">; style: z.ZodEnum<{ double: "double"; single: "single"; triple: "triple"; }>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; distancePt: z.ZodNumber; rotationDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"bitmap">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; }, z.core.$strip>], "kind">>; fillOpacity: z.ZodOptional; fillRule: z.ZodOptional>; stroke: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; opacity: z.ZodOptional; dashPattern: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>>; paintOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>], "kind">>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; symbolTable: z.ZodOptional; preferredUnit: z.ZodOptional; definitionSource: z.ZodOptional; }, z.core.$strip>>; units: z.ZodArray; dimension: z.ZodRecord & z.core.$partial, z.ZodNumber>; factorToSi: z.ZodObject<{ numerator: z.ZodString; denominator: z.ZodString; }, z.core.$strip>; offsetToSi: z.ZodOptional>; context: z.ZodOptional; }, z.core.$strip>>; contexts: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; kind: z.ZodLiteral<"drawing">; metadata: z.ZodObject<{ title: z.ZodOptional; author: z.ZodOptional; subject: z.ZodOptional; keywords: z.ZodOptional>; creator: z.ZodOptional; producer: z.ZodOptional; createdIso: z.ZodOptional; modifiedIso: z.ZodOptional; lastPrintedIso: z.ZodOptional; language: z.ZodOptional; direction: z.ZodOptional>; publisher: z.ZodOptional; contributor: z.ZodOptional; rights: z.ZodOptional; identifier: z.ZodOptional; comments: z.ZodOptional; company: z.ZodOptional; manager: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ formula: z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; mathml: z.ZodArray>>; starMath: z.ZodOptional; presentation: z.ZodOptional>; content: z.ZodOptional>>; provenance: z.ZodOptional; editTrail: z.ZodArray; }, z.core.$strip>>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>; symbolTable: z.ZodOptional; preferredUnit: z.ZodOptional; definitionSource: z.ZodOptional; }, z.core.$strip>>; units: z.ZodArray; dimension: z.ZodRecord & z.core.$partial, z.ZodNumber>; factorToSi: z.ZodObject<{ numerator: z.ZodString; denominator: z.ZodString; }, z.core.$strip>; offsetToSi: z.ZodOptional>; context: z.ZodOptional; }, z.core.$strip>>; contexts: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; kind: z.ZodLiteral<"formula">; metadata: z.ZodObject<{ title: z.ZodOptional; author: z.ZodOptional; subject: z.ZodOptional; keywords: z.ZodOptional>; creator: z.ZodOptional; producer: z.ZodOptional; createdIso: z.ZodOptional; modifiedIso: z.ZodOptional; lastPrintedIso: z.ZodOptional; language: z.ZodOptional; direction: z.ZodOptional>; publisher: z.ZodOptional; contributor: z.ZodOptional; rights: z.ZodOptional; identifier: z.ZodOptional; comments: z.ZodOptional; company: z.ZodOptional; manager: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>], "kind">>; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; anchorRow: z.ZodOptional; anchorColumn: z.ZodOptional; offsetXPt: z.ZodOptional; offsetYPt: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; kind: z.ZodLiteral<"embeddedObject">; }, z.core.$strip>; type ConstructMarkerImbalance = { kind: "unmatchedEnd"; index: number; } | { kind: "unclosedStart"; index: number; }; declare function findConstructMarkerImbalance(blocks: readonly ContentBlock[]): ConstructMarkerImbalance | undefined; type RunConstructFault = { kind: "invertedRange"; index: number; } | { kind: "beyondRuns"; index: number; }; declare function findRunConstructFault(paragraph: ContentParagraph): RunConstructFault | undefined; declare const ContentCellBordersSchema: z.ZodObject<{ left: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; right: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; top: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; bottom: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; diagonalUp: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; diagonalDown: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; type ContentCellBorders = z.infer; declare const ContentCellPatternTypeSchema: z.ZodEnum<{ percent5: "percent5"; percent10: "percent10"; percent12: "percent12"; percent15: "percent15"; percent20: "percent20"; percent25: "percent25"; percent30: "percent30"; percent35: "percent35"; percent37: "percent37"; percent40: "percent40"; percent45: "percent45"; percent50: "percent50"; percent55: "percent55"; percent60: "percent60"; percent62: "percent62"; percent65: "percent65"; percent70: "percent70"; percent75: "percent75"; percent80: "percent80"; percent85: "percent85"; percent87: "percent87"; percent90: "percent90"; percent95: "percent95"; horizontalStripe: "horizontalStripe"; verticalStripe: "verticalStripe"; diagonalStripe: "diagonalStripe"; reverseDiagonalStripe: "reverseDiagonalStripe"; horizontalCross: "horizontalCross"; diagonalCross: "diagonalCross"; thinHorizontalStripe: "thinHorizontalStripe"; thinVerticalStripe: "thinVerticalStripe"; thinDiagonalStripe: "thinDiagonalStripe"; thinReverseDiagonalStripe: "thinReverseDiagonalStripe"; thinHorizontalCross: "thinHorizontalCross"; thinDiagonalCross: "thinDiagonalCross"; mediumGray: "mediumGray"; darkGray: "darkGray"; lightGray: "lightGray"; darkHorizontal: "darkHorizontal"; darkVertical: "darkVertical"; darkDown: "darkDown"; darkUp: "darkUp"; darkGrid: "darkGrid"; darkTrellis: "darkTrellis"; lightHorizontal: "lightHorizontal"; lightVertical: "lightVertical"; lightDown: "lightDown"; lightUp: "lightUp"; lightGrid: "lightGrid"; lightTrellis: "lightTrellis"; gray125: "gray125"; gray0625: "gray0625"; }>; type ContentCellPatternType = z.infer; declare const ContentCellFillSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ kind: z.ZodLiteral<"solid">; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"pattern">; patternType: z.ZodEnum<{ percent5: "percent5"; percent10: "percent10"; percent12: "percent12"; percent15: "percent15"; percent20: "percent20"; percent25: "percent25"; percent30: "percent30"; percent35: "percent35"; percent37: "percent37"; percent40: "percent40"; percent45: "percent45"; percent50: "percent50"; percent55: "percent55"; percent60: "percent60"; percent62: "percent62"; percent65: "percent65"; percent70: "percent70"; percent75: "percent75"; percent80: "percent80"; percent85: "percent85"; percent87: "percent87"; percent90: "percent90"; percent95: "percent95"; horizontalStripe: "horizontalStripe"; verticalStripe: "verticalStripe"; diagonalStripe: "diagonalStripe"; reverseDiagonalStripe: "reverseDiagonalStripe"; horizontalCross: "horizontalCross"; diagonalCross: "diagonalCross"; thinHorizontalStripe: "thinHorizontalStripe"; thinVerticalStripe: "thinVerticalStripe"; thinDiagonalStripe: "thinDiagonalStripe"; thinReverseDiagonalStripe: "thinReverseDiagonalStripe"; thinHorizontalCross: "thinHorizontalCross"; thinDiagonalCross: "thinDiagonalCross"; mediumGray: "mediumGray"; darkGray: "darkGray"; lightGray: "lightGray"; darkHorizontal: "darkHorizontal"; darkVertical: "darkVertical"; darkDown: "darkDown"; darkUp: "darkUp"; darkGrid: "darkGrid"; darkTrellis: "darkTrellis"; lightHorizontal: "lightHorizontal"; lightVertical: "lightVertical"; lightDown: "lightDown"; lightUp: "lightUp"; lightGrid: "lightGrid"; lightTrellis: "lightTrellis"; gray125: "gray125"; gray0625: "gray0625"; }>; foregroundColor: z.ZodOptional>; backgroundColor: z.ZodOptional>; }, z.core.$strip>], "kind">; type ContentCellFill = z.infer; declare function resolveCellFillColor(fill: ContentCellFill): Color | undefined; declare function unrecognizedFillKind(fill: { kind?: unknown; }): string; declare const ContentTableCellSchema: z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; blocks: z.ZodLazy>>>; colSpan: z.ZodOptional; rowSpan: z.ZodOptional; background: z.ZodOptional; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"pattern">; patternType: z.ZodEnum<{ percent5: "percent5"; percent10: "percent10"; percent12: "percent12"; percent15: "percent15"; percent20: "percent20"; percent25: "percent25"; percent30: "percent30"; percent35: "percent35"; percent37: "percent37"; percent40: "percent40"; percent45: "percent45"; percent50: "percent50"; percent55: "percent55"; percent60: "percent60"; percent62: "percent62"; percent65: "percent65"; percent70: "percent70"; percent75: "percent75"; percent80: "percent80"; percent85: "percent85"; percent87: "percent87"; percent90: "percent90"; percent95: "percent95"; horizontalStripe: "horizontalStripe"; verticalStripe: "verticalStripe"; diagonalStripe: "diagonalStripe"; reverseDiagonalStripe: "reverseDiagonalStripe"; horizontalCross: "horizontalCross"; diagonalCross: "diagonalCross"; thinHorizontalStripe: "thinHorizontalStripe"; thinVerticalStripe: "thinVerticalStripe"; thinDiagonalStripe: "thinDiagonalStripe"; thinReverseDiagonalStripe: "thinReverseDiagonalStripe"; thinHorizontalCross: "thinHorizontalCross"; thinDiagonalCross: "thinDiagonalCross"; mediumGray: "mediumGray"; darkGray: "darkGray"; lightGray: "lightGray"; darkHorizontal: "darkHorizontal"; darkVertical: "darkVertical"; darkDown: "darkDown"; darkUp: "darkUp"; darkGrid: "darkGrid"; darkTrellis: "darkTrellis"; lightHorizontal: "lightHorizontal"; lightVertical: "lightVertical"; lightDown: "lightDown"; lightUp: "lightUp"; lightGrid: "lightGrid"; lightTrellis: "lightTrellis"; gray125: "gray125"; gray0625: "gray0625"; }>; foregroundColor: z.ZodOptional>; backgroundColor: z.ZodOptional>; }, z.core.$strip>], "kind">>; borders: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; right: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; top: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; bottom: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; diagonalUp: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; diagonalDown: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; verticalAlign: z.ZodOptional>; formula: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>; declare const ContentTableRowSchema: z.ZodObject<{ cells: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; blocks: z.ZodLazy>>>; colSpan: z.ZodOptional; rowSpan: z.ZodOptional; background: z.ZodOptional; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"pattern">; patternType: z.ZodEnum<{ percent5: "percent5"; percent10: "percent10"; percent12: "percent12"; percent15: "percent15"; percent20: "percent20"; percent25: "percent25"; percent30: "percent30"; percent35: "percent35"; percent37: "percent37"; percent40: "percent40"; percent45: "percent45"; percent50: "percent50"; percent55: "percent55"; percent60: "percent60"; percent62: "percent62"; percent65: "percent65"; percent70: "percent70"; percent75: "percent75"; percent80: "percent80"; percent85: "percent85"; percent87: "percent87"; percent90: "percent90"; percent95: "percent95"; horizontalStripe: "horizontalStripe"; verticalStripe: "verticalStripe"; diagonalStripe: "diagonalStripe"; reverseDiagonalStripe: "reverseDiagonalStripe"; horizontalCross: "horizontalCross"; diagonalCross: "diagonalCross"; thinHorizontalStripe: "thinHorizontalStripe"; thinVerticalStripe: "thinVerticalStripe"; thinDiagonalStripe: "thinDiagonalStripe"; thinReverseDiagonalStripe: "thinReverseDiagonalStripe"; thinHorizontalCross: "thinHorizontalCross"; thinDiagonalCross: "thinDiagonalCross"; mediumGray: "mediumGray"; darkGray: "darkGray"; lightGray: "lightGray"; darkHorizontal: "darkHorizontal"; darkVertical: "darkVertical"; darkDown: "darkDown"; darkUp: "darkUp"; darkGrid: "darkGrid"; darkTrellis: "darkTrellis"; lightHorizontal: "lightHorizontal"; lightVertical: "lightVertical"; lightDown: "lightDown"; lightUp: "lightUp"; lightGrid: "lightGrid"; lightTrellis: "lightTrellis"; gray125: "gray125"; gray0625: "gray0625"; }>; foregroundColor: z.ZodOptional>; backgroundColor: z.ZodOptional>; }, z.core.$strip>], "kind">>; borders: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; right: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; top: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; bottom: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; diagonalUp: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; diagonalDown: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; verticalAlign: z.ZodOptional>; formula: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>>; heightPt: z.ZodOptional; direction: z.ZodOptional>; isHeader: z.ZodOptional; }, z.core.$strip>; declare const ContentTableSchema: z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"table">; rows: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; blocks: z.ZodLazy>>>; colSpan: z.ZodOptional; rowSpan: z.ZodOptional; background: z.ZodOptional; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"pattern">; patternType: z.ZodEnum<{ percent5: "percent5"; percent10: "percent10"; percent12: "percent12"; percent15: "percent15"; percent20: "percent20"; percent25: "percent25"; percent30: "percent30"; percent35: "percent35"; percent37: "percent37"; percent40: "percent40"; percent45: "percent45"; percent50: "percent50"; percent55: "percent55"; percent60: "percent60"; percent62: "percent62"; percent65: "percent65"; percent70: "percent70"; percent75: "percent75"; percent80: "percent80"; percent85: "percent85"; percent87: "percent87"; percent90: "percent90"; percent95: "percent95"; horizontalStripe: "horizontalStripe"; verticalStripe: "verticalStripe"; diagonalStripe: "diagonalStripe"; reverseDiagonalStripe: "reverseDiagonalStripe"; horizontalCross: "horizontalCross"; diagonalCross: "diagonalCross"; thinHorizontalStripe: "thinHorizontalStripe"; thinVerticalStripe: "thinVerticalStripe"; thinDiagonalStripe: "thinDiagonalStripe"; thinReverseDiagonalStripe: "thinReverseDiagonalStripe"; thinHorizontalCross: "thinHorizontalCross"; thinDiagonalCross: "thinDiagonalCross"; mediumGray: "mediumGray"; darkGray: "darkGray"; lightGray: "lightGray"; darkHorizontal: "darkHorizontal"; darkVertical: "darkVertical"; darkDown: "darkDown"; darkUp: "darkUp"; darkGrid: "darkGrid"; darkTrellis: "darkTrellis"; lightHorizontal: "lightHorizontal"; lightVertical: "lightVertical"; lightDown: "lightDown"; lightUp: "lightUp"; lightGrid: "lightGrid"; lightTrellis: "lightTrellis"; gray125: "gray125"; gray0625: "gray0625"; }>; foregroundColor: z.ZodOptional>; backgroundColor: z.ZodOptional>; }, z.core.$strip>], "kind">>; borders: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; right: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; top: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; bottom: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; diagonalUp: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; diagonalDown: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; verticalAlign: z.ZodOptional>; formula: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>>; heightPt: z.ZodOptional; direction: z.ZodOptional>; isHeader: z.ZodOptional; }, z.core.$strip>>; columnWidthsPt: z.ZodArray; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>; declare const ContentBlockSchema: z.ZodType; declare const ContentPageFurnitureSchema: z.ZodObject<{ default: z.ZodOptional>>>>; even: z.ZodOptional>>>>; first: z.ZodOptional>>>>; }, z.core.$strip>; type ContentPageFurniture = z.infer; declare const ContentSectionSchema: z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; pageSize: z.ZodObject<{ widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; margins: z.ZodObject<{ topPt: z.ZodNumber; rightPt: z.ZodNumber; bottomPt: z.ZodNumber; leftPt: z.ZodNumber; }, z.core.$strip>; blocks: z.ZodLazy>>>; breakType: z.ZodOptional>; headers: z.ZodOptional>>>>; even: z.ZodOptional>>>>; first: z.ZodOptional>>>>; }, z.core.$strip>>; footers: z.ZodOptional>>>>; even: z.ZodOptional>>>>; first: z.ZodOptional>>>>; }, z.core.$strip>>; watermarks: z.ZodOptional>>>>; even: z.ZodOptional>>>>; first: z.ZodOptional>>>>; }, z.core.$strip>>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>; type ContentSection = z.infer; declare const ContentShapeSchema: z.ZodObject<{ blocks: z.ZodLazy>>>; origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; name: z.ZodOptional; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; insetLeftPt: z.ZodNumber; insetTopPt: z.ZodNumber; insetRightPt: z.ZodNumber; insetBottomPt: z.ZodNumber; fontScale: z.ZodOptional; lineSpacingReduction: z.ZodOptional; paintOrder: z.ZodOptional; readingOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>; type ContentShape = z.infer; declare const ContentSlideSchema: z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; size: z.ZodObject<{ widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; shapes: z.ZodArray>>>; origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; name: z.ZodOptional; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; insetLeftPt: z.ZodNumber; insetTopPt: z.ZodNumber; insetRightPt: z.ZodNumber; insetBottomPt: z.ZodNumber; fontScale: z.ZodOptional; lineSpacingReduction: z.ZodOptional; paintOrder: z.ZodOptional; readingOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>>; notes: z.ZodString; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>; type ContentSlide = z.infer; declare const DecimalStringSchema: z.ZodString; type DecimalString = z.infer; declare const ContentCellValueSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ kind: z.ZodLiteral<"number">; value: z.ZodNumber; exactValue: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"percentage">; value: z.ZodNumber; exactValue: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"currency">; value: z.ZodNumber; currency: z.ZodOptional; exactValue: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"boolean">; value: z.ZodBoolean; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"date">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"time">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"dateTime">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"string">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"error">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"empty">; }, z.core.$strip>], "kind">; type ContentCellValue = z.infer; declare const ContentSheetCellCommentSchema: z.ZodObject<{ text: z.ZodString; author: z.ZodOptional; createdAt: z.ZodOptional; replies: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; type ContentSheetCellComment = z.infer; declare const ContentSheetCellSchema: z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; row: z.ZodNumber; column: z.ZodNumber; value: z.ZodDiscriminatedUnion<[z.ZodObject<{ kind: z.ZodLiteral<"number">; value: z.ZodNumber; exactValue: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"percentage">; value: z.ZodNumber; exactValue: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"currency">; value: z.ZodNumber; currency: z.ZodOptional; exactValue: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"boolean">; value: z.ZodBoolean; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"date">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"time">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"dateTime">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"string">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"error">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"empty">; }, z.core.$strip>], "kind">; formula: z.ZodOptional; displayText: z.ZodString; numberFormatCode: z.ZodOptional; font: z.ZodOptional; italic: z.ZodOptional; underline: z.ZodOptional; strike: z.ZodOptional; fontFamily: z.ZodOptional; sizePt: z.ZodOptional; color: z.ZodOptional>; }, z.core.$strip>>; runs: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; hyperlink: z.ZodOptional; verticalAlign: z.ZodOptional>; direction: z.ZodOptional>; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; bold: z.ZodOptional; italic: z.ZodOptional; underline: z.ZodOptional; strike: z.ZodOptional; fontFamily: z.ZodOptional; sizePt: z.ZodOptional; color: z.ZodOptional>; text: z.ZodString; }, z.core.$strip>>>; colSpan: z.ZodOptional; rowSpan: z.ZodOptional; background: z.ZodOptional; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"pattern">; patternType: z.ZodEnum<{ percent5: "percent5"; percent10: "percent10"; percent12: "percent12"; percent15: "percent15"; percent20: "percent20"; percent25: "percent25"; percent30: "percent30"; percent35: "percent35"; percent37: "percent37"; percent40: "percent40"; percent45: "percent45"; percent50: "percent50"; percent55: "percent55"; percent60: "percent60"; percent62: "percent62"; percent65: "percent65"; percent70: "percent70"; percent75: "percent75"; percent80: "percent80"; percent85: "percent85"; percent87: "percent87"; percent90: "percent90"; percent95: "percent95"; horizontalStripe: "horizontalStripe"; verticalStripe: "verticalStripe"; diagonalStripe: "diagonalStripe"; reverseDiagonalStripe: "reverseDiagonalStripe"; horizontalCross: "horizontalCross"; diagonalCross: "diagonalCross"; thinHorizontalStripe: "thinHorizontalStripe"; thinVerticalStripe: "thinVerticalStripe"; thinDiagonalStripe: "thinDiagonalStripe"; thinReverseDiagonalStripe: "thinReverseDiagonalStripe"; thinHorizontalCross: "thinHorizontalCross"; thinDiagonalCross: "thinDiagonalCross"; mediumGray: "mediumGray"; darkGray: "darkGray"; lightGray: "lightGray"; darkHorizontal: "darkHorizontal"; darkVertical: "darkVertical"; darkDown: "darkDown"; darkUp: "darkUp"; darkGrid: "darkGrid"; darkTrellis: "darkTrellis"; lightHorizontal: "lightHorizontal"; lightVertical: "lightVertical"; lightDown: "lightDown"; lightUp: "lightUp"; lightGrid: "lightGrid"; lightTrellis: "lightTrellis"; gray125: "gray125"; gray0625: "gray0625"; }>; foregroundColor: z.ZodOptional>; backgroundColor: z.ZodOptional>; }, z.core.$strip>], "kind">>; borders: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; right: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; top: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; bottom: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; diagonalUp: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; diagonalDown: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; alignment: z.ZodOptional>; verticalAlignment: z.ZodOptional>; comment: z.ZodOptional; createdAt: z.ZodOptional; replies: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>; type ContentSheetCell = z.infer; declare const ContentSheetColumnSchema: z.ZodObject<{ index: z.ZodNumber; widthPt: z.ZodOptional; hidden: z.ZodOptional; }, z.core.$strip>; type ContentSheetColumn = z.infer; declare const ContentSheetRowSchema: z.ZodObject<{ index: z.ZodNumber; heightPt: z.ZodOptional; hidden: z.ZodOptional; }, z.core.$strip>; type ContentSheetRow = z.infer; declare const ContentSheetPrintRangeSchema: z.ZodObject<{ startRow: z.ZodNumber; startColumn: z.ZodNumber; endRow: z.ZodNumber; endColumn: z.ZodNumber; }, z.core.$strip>; type ContentSheetPrintRange = z.infer; declare const ContentSheetRepeatRangeSchema: z.ZodObject<{ start: z.ZodNumber; end: z.ZodNumber; }, z.core.$strip>; type ContentSheetRepeatRange = z.infer; declare const ContentSheetPrintSettingsSchema: z.ZodObject<{ pageSize: z.ZodObject<{ widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; margins: z.ZodObject<{ topPt: z.ZodNumber; rightPt: z.ZodNumber; bottomPt: z.ZodNumber; leftPt: z.ZodNumber; }, z.core.$strip>; printRange: z.ZodOptional>; scalePercent: z.ZodOptional; fitToPages: z.ZodOptional>; repeatRows: z.ZodOptional>; repeatColumns: z.ZodOptional>; gridlines: z.ZodBoolean; headers: z.ZodBoolean; pageOrder: z.ZodEnum<{ downThenOver: "downThenOver"; overThenDown: "overThenDown"; }>; manualBreaks: z.ZodOptional; columns: z.ZodArray; }, z.core.$strip>>; }, z.core.$strip>; type ContentSheetPrintSettings = z.infer; declare const ContentSheetRangeSchema: z.ZodObject<{ startRow: z.ZodNumber; startColumn: z.ZodNumber; endRow: z.ZodNumber; endColumn: z.ZodNumber; }, z.core.$strip>; type ContentSheetRange = z.infer; declare const SheetRuleOperatorSchema: z.ZodEnum<{ between: "between"; notBetween: "notBetween"; equal: "equal"; notEqual: "notEqual"; greaterThan: "greaterThan"; greaterThanOrEqual: "greaterThanOrEqual"; lessThan: "lessThan"; lessThanOrEqual: "lessThanOrEqual"; }>; type SheetRuleOperator = z.infer; declare const ContentSheetDataValidationTypeSchema: z.ZodEnum<{ date: "date"; custom: "custom"; decimal: "decimal"; list: "list"; time: "time"; whole: "whole"; textLength: "textLength"; }>; type ContentSheetDataValidationType = z.infer; declare const ContentSheetDataValidationSchema: z.ZodObject<{ ranges: z.ZodArray>; type: z.ZodEnum<{ date: "date"; custom: "custom"; decimal: "decimal"; list: "list"; time: "time"; whole: "whole"; textLength: "textLength"; }>; operator: z.ZodOptional>; formula1: z.ZodOptional; formula2: z.ZodOptional; allowBlank: z.ZodOptional; showInputMessage: z.ZodOptional; promptTitle: z.ZodOptional; prompt: z.ZodOptional; showErrorMessage: z.ZodOptional; errorStyle: z.ZodOptional>; errorTitle: z.ZodOptional; error: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>; type ContentSheetDataValidation = z.infer; declare const ContentSheetConditionalFormatStyleSchema: z.ZodObject<{ textColor: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>; type ContentSheetConditionalFormatStyle = z.infer; declare const ContentSheetConditionalFormatValueSchema: z.ZodObject<{ type: z.ZodEnum<{ formula: "formula"; percent: "percent"; num: "num"; max: "max"; min: "min"; percentile: "percentile"; }>; value: z.ZodOptional; }, z.core.$strip>; type ContentSheetConditionalFormatValue = z.infer; declare const ContentSheetConditionalFormatSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ operator: z.ZodEnum<{ between: "between"; notBetween: "notBetween"; equal: "equal"; notEqual: "notEqual"; greaterThan: "greaterThan"; greaterThanOrEqual: "greaterThanOrEqual"; lessThan: "lessThan"; lessThanOrEqual: "lessThanOrEqual"; }>; formula1: z.ZodString; formula2: z.ZodOptional; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"cellIs">; }, z.core.$strip>, z.ZodObject<{ text: z.ZodString; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodEnum<{ containsText: "containsText"; notContainsText: "notContainsText"; beginsWith: "beginsWith"; endsWith: "endsWith"; }>; }, z.core.$strip>, z.ZodObject<{ style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodEnum<{ containsBlanks: "containsBlanks"; notContainsBlanks: "notContainsBlanks"; containsErrors: "containsErrors"; notContainsErrors: "notContainsErrors"; uniqueValues: "uniqueValues"; duplicateValues: "duplicateValues"; }>; }, z.core.$strip>, z.ZodObject<{ rank: z.ZodNumber; percent: z.ZodOptional; bottom: z.ZodOptional; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"top10">; }, z.core.$strip>, z.ZodObject<{ aboveAverage: z.ZodOptional; equalAverage: z.ZodOptional; stdDev: z.ZodOptional; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"aboveAverage">; }, z.core.$strip>, z.ZodObject<{ timePeriod: z.ZodEnum<{ yesterday: "yesterday"; today: "today"; tomorrow: "tomorrow"; last7Days: "last7Days"; thisMonth: "thisMonth"; lastMonth: "lastMonth"; nextMonth: "nextMonth"; thisWeek: "thisWeek"; lastWeek: "lastWeek"; nextWeek: "nextWeek"; thisYear: "thisYear"; lastYear: "lastYear"; nextYear: "nextYear"; }>; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"timePeriod">; }, z.core.$strip>, z.ZodObject<{ stops: z.ZodArray; value: z.ZodOptional; }, z.core.$strip>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"colorScale">; }, z.core.$strip>, z.ZodObject<{ min: z.ZodObject<{ type: z.ZodEnum<{ formula: "formula"; percent: "percent"; num: "num"; max: "max"; min: "min"; percentile: "percentile"; }>; value: z.ZodOptional; }, z.core.$strip>; max: z.ZodObject<{ type: z.ZodEnum<{ formula: "formula"; percent: "percent"; num: "num"; max: "max"; min: "min"; percentile: "percentile"; }>; value: z.ZodOptional; }, z.core.$strip>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; showValue: z.ZodOptional; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"dataBar">; }, z.core.$strip>, z.ZodObject<{ iconSetType: z.ZodString; thresholds: z.ZodArray; value: z.ZodOptional; }, z.core.$strip>>; reverse: z.ZodOptional; showValue: z.ZodOptional; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"iconSet">; }, z.core.$strip>], "type">; type ContentSheetConditionalFormat = z.infer; declare const ContentSheetImageSchema: z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"image">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; widthPt: z.ZodNumber; heightPt: z.ZodNumber; altText: z.ZodOptional; original: z.ZodOptional; base64: z.ZodString; jbig2GlobalsBase64: z.ZodOptional; }, z.core.$strip>>; anchorRunIndex: z.ZodOptional; anchorOffset: z.ZodOptional; caption: z.ZodOptional; floatPosition: z.ZodOptional; offsetPt: z.ZodNumber; }, z.core.$strict>, z.ZodObject<{ relativeTo: z.ZodEnum<{ paragraph: "paragraph"; page: "page"; margin: "margin"; leftMargin: "leftMargin"; rightMargin: "rightMargin"; topMargin: "topMargin"; bottomMargin: "bottomMargin"; insideMargin: "insideMargin"; outsideMargin: "outsideMargin"; column: "column"; character: "character"; line: "line"; frame: "frame"; }>; align: z.ZodEnum<{ left: "left"; center: "center"; right: "right"; top: "top"; bottom: "bottom"; inside: "inside"; outside: "outside"; }>; }, z.core.$strict>]>; vertical: z.ZodUnion; offsetPt: z.ZodNumber; }, z.core.$strict>, z.ZodObject<{ relativeTo: z.ZodEnum<{ paragraph: "paragraph"; page: "page"; margin: "margin"; leftMargin: "leftMargin"; rightMargin: "rightMargin"; topMargin: "topMargin"; bottomMargin: "bottomMargin"; insideMargin: "insideMargin"; outsideMargin: "outsideMargin"; column: "column"; character: "character"; line: "line"; frame: "frame"; }>; align: z.ZodEnum<{ left: "left"; center: "center"; right: "right"; top: "top"; bottom: "bottom"; inside: "inside"; outside: "outside"; }>; }, z.core.$strict>]>; }, z.core.$strip>>; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; anchorRow: z.ZodNumber; anchorColumn: z.ZodNumber; offsetXPt: z.ZodNumber; offsetYPt: z.ZodNumber; }, z.core.$strip>; type ContentSheetImage = z.infer; declare const ContentSheetSchema: z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; name: z.ZodString; cells: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; row: z.ZodNumber; column: z.ZodNumber; value: z.ZodDiscriminatedUnion<[z.ZodObject<{ kind: z.ZodLiteral<"number">; value: z.ZodNumber; exactValue: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"percentage">; value: z.ZodNumber; exactValue: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"currency">; value: z.ZodNumber; currency: z.ZodOptional; exactValue: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"boolean">; value: z.ZodBoolean; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"date">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"time">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"dateTime">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"string">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"error">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"empty">; }, z.core.$strip>], "kind">; formula: z.ZodOptional; displayText: z.ZodString; numberFormatCode: z.ZodOptional; font: z.ZodOptional; italic: z.ZodOptional; underline: z.ZodOptional; strike: z.ZodOptional; fontFamily: z.ZodOptional; sizePt: z.ZodOptional; color: z.ZodOptional>; }, z.core.$strip>>; runs: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; hyperlink: z.ZodOptional; verticalAlign: z.ZodOptional>; direction: z.ZodOptional>; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; bold: z.ZodOptional; italic: z.ZodOptional; underline: z.ZodOptional; strike: z.ZodOptional; fontFamily: z.ZodOptional; sizePt: z.ZodOptional; color: z.ZodOptional>; text: z.ZodString; }, z.core.$strip>>>; colSpan: z.ZodOptional; rowSpan: z.ZodOptional; background: z.ZodOptional; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"pattern">; patternType: z.ZodEnum<{ percent5: "percent5"; percent10: "percent10"; percent12: "percent12"; percent15: "percent15"; percent20: "percent20"; percent25: "percent25"; percent30: "percent30"; percent35: "percent35"; percent37: "percent37"; percent40: "percent40"; percent45: "percent45"; percent50: "percent50"; percent55: "percent55"; percent60: "percent60"; percent62: "percent62"; percent65: "percent65"; percent70: "percent70"; percent75: "percent75"; percent80: "percent80"; percent85: "percent85"; percent87: "percent87"; percent90: "percent90"; percent95: "percent95"; horizontalStripe: "horizontalStripe"; verticalStripe: "verticalStripe"; diagonalStripe: "diagonalStripe"; reverseDiagonalStripe: "reverseDiagonalStripe"; horizontalCross: "horizontalCross"; diagonalCross: "diagonalCross"; thinHorizontalStripe: "thinHorizontalStripe"; thinVerticalStripe: "thinVerticalStripe"; thinDiagonalStripe: "thinDiagonalStripe"; thinReverseDiagonalStripe: "thinReverseDiagonalStripe"; thinHorizontalCross: "thinHorizontalCross"; thinDiagonalCross: "thinDiagonalCross"; mediumGray: "mediumGray"; darkGray: "darkGray"; lightGray: "lightGray"; darkHorizontal: "darkHorizontal"; darkVertical: "darkVertical"; darkDown: "darkDown"; darkUp: "darkUp"; darkGrid: "darkGrid"; darkTrellis: "darkTrellis"; lightHorizontal: "lightHorizontal"; lightVertical: "lightVertical"; lightDown: "lightDown"; lightUp: "lightUp"; lightGrid: "lightGrid"; lightTrellis: "lightTrellis"; gray125: "gray125"; gray0625: "gray0625"; }>; foregroundColor: z.ZodOptional>; backgroundColor: z.ZodOptional>; }, z.core.$strip>], "kind">>; borders: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; right: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; top: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; bottom: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; diagonalUp: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; diagonalDown: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; alignment: z.ZodOptional>; verticalAlignment: z.ZodOptional>; comment: z.ZodOptional; createdAt: z.ZodOptional; replies: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>>; columns: z.ZodArray; hidden: z.ZodOptional; }, z.core.$strip>>; rows: z.ZodArray; hidden: z.ZodOptional; }, z.core.$strip>>; images: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"image">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; widthPt: z.ZodNumber; heightPt: z.ZodNumber; altText: z.ZodOptional; original: z.ZodOptional; base64: z.ZodString; jbig2GlobalsBase64: z.ZodOptional; }, z.core.$strip>>; anchorRunIndex: z.ZodOptional; anchorOffset: z.ZodOptional; caption: z.ZodOptional; floatPosition: z.ZodOptional; offsetPt: z.ZodNumber; }, z.core.$strict>, z.ZodObject<{ relativeTo: z.ZodEnum<{ paragraph: "paragraph"; page: "page"; margin: "margin"; leftMargin: "leftMargin"; rightMargin: "rightMargin"; topMargin: "topMargin"; bottomMargin: "bottomMargin"; insideMargin: "insideMargin"; outsideMargin: "outsideMargin"; column: "column"; character: "character"; line: "line"; frame: "frame"; }>; align: z.ZodEnum<{ left: "left"; center: "center"; right: "right"; top: "top"; bottom: "bottom"; inside: "inside"; outside: "outside"; }>; }, z.core.$strict>]>; vertical: z.ZodUnion; offsetPt: z.ZodNumber; }, z.core.$strict>, z.ZodObject<{ relativeTo: z.ZodEnum<{ paragraph: "paragraph"; page: "page"; margin: "margin"; leftMargin: "leftMargin"; rightMargin: "rightMargin"; topMargin: "topMargin"; bottomMargin: "bottomMargin"; insideMargin: "insideMargin"; outsideMargin: "outsideMargin"; column: "column"; character: "character"; line: "line"; frame: "frame"; }>; align: z.ZodEnum<{ left: "left"; center: "center"; right: "right"; top: "top"; bottom: "bottom"; inside: "inside"; outside: "outside"; }>; }, z.core.$strict>]>; }, z.core.$strip>>; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; anchorRow: z.ZodNumber; anchorColumn: z.ZodNumber; offsetXPt: z.ZodNumber; offsetYPt: z.ZodNumber; }, z.core.$strip>>; printSettings: z.ZodObject<{ pageSize: z.ZodObject<{ widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; margins: z.ZodObject<{ topPt: z.ZodNumber; rightPt: z.ZodNumber; bottomPt: z.ZodNumber; leftPt: z.ZodNumber; }, z.core.$strip>; printRange: z.ZodOptional>; scalePercent: z.ZodOptional; fitToPages: z.ZodOptional>; repeatRows: z.ZodOptional>; repeatColumns: z.ZodOptional>; gridlines: z.ZodBoolean; headers: z.ZodBoolean; pageOrder: z.ZodEnum<{ downThenOver: "downThenOver"; overThenDown: "overThenDown"; }>; manualBreaks: z.ZodOptional; columns: z.ZodArray; }, z.core.$strip>>; }, z.core.$strip>; embeddedObjects: z.ZodOptional>>>; dataValidations: z.ZodOptional>; type: z.ZodEnum<{ date: "date"; custom: "custom"; decimal: "decimal"; list: "list"; time: "time"; whole: "whole"; textLength: "textLength"; }>; operator: z.ZodOptional>; formula1: z.ZodOptional; formula2: z.ZodOptional; allowBlank: z.ZodOptional; showInputMessage: z.ZodOptional; promptTitle: z.ZodOptional; prompt: z.ZodOptional; showErrorMessage: z.ZodOptional; errorStyle: z.ZodOptional>; errorTitle: z.ZodOptional; error: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>>; conditionalFormats: z.ZodOptional; formula1: z.ZodString; formula2: z.ZodOptional; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"cellIs">; }, z.core.$strip>, z.ZodObject<{ text: z.ZodString; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodEnum<{ containsText: "containsText"; notContainsText: "notContainsText"; beginsWith: "beginsWith"; endsWith: "endsWith"; }>; }, z.core.$strip>, z.ZodObject<{ style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodEnum<{ containsBlanks: "containsBlanks"; notContainsBlanks: "notContainsBlanks"; containsErrors: "containsErrors"; notContainsErrors: "notContainsErrors"; uniqueValues: "uniqueValues"; duplicateValues: "duplicateValues"; }>; }, z.core.$strip>, z.ZodObject<{ rank: z.ZodNumber; percent: z.ZodOptional; bottom: z.ZodOptional; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"top10">; }, z.core.$strip>, z.ZodObject<{ aboveAverage: z.ZodOptional; equalAverage: z.ZodOptional; stdDev: z.ZodOptional; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"aboveAverage">; }, z.core.$strip>, z.ZodObject<{ timePeriod: z.ZodEnum<{ yesterday: "yesterday"; today: "today"; tomorrow: "tomorrow"; last7Days: "last7Days"; thisMonth: "thisMonth"; lastMonth: "lastMonth"; nextMonth: "nextMonth"; thisWeek: "thisWeek"; lastWeek: "lastWeek"; nextWeek: "nextWeek"; thisYear: "thisYear"; lastYear: "lastYear"; nextYear: "nextYear"; }>; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"timePeriod">; }, z.core.$strip>, z.ZodObject<{ stops: z.ZodArray; value: z.ZodOptional; }, z.core.$strip>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"colorScale">; }, z.core.$strip>, z.ZodObject<{ min: z.ZodObject<{ type: z.ZodEnum<{ formula: "formula"; percent: "percent"; num: "num"; max: "max"; min: "min"; percentile: "percentile"; }>; value: z.ZodOptional; }, z.core.$strip>; max: z.ZodObject<{ type: z.ZodEnum<{ formula: "formula"; percent: "percent"; num: "num"; max: "max"; min: "min"; percentile: "percentile"; }>; value: z.ZodOptional; }, z.core.$strip>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; showValue: z.ZodOptional; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"dataBar">; }, z.core.$strip>, z.ZodObject<{ iconSetType: z.ZodString; thresholds: z.ZodArray; value: z.ZodOptional; }, z.core.$strip>>; reverse: z.ZodOptional; showValue: z.ZodOptional; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"iconSet">; }, z.core.$strip>], "type">>>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>; type ContentSheet = z.infer; declare const ContentStrokeDashSchema: z.ZodObject<{ dots1: z.ZodNumber; dots1LengthPt: z.ZodNumber; dots2: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>; type ContentStrokeDash = z.infer; declare const ContentStrokeSchema: z.ZodObject<{ color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; widthPt: z.ZodNumber; style: z.ZodOptional>; opacity: z.ZodOptional; dashPattern: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>; type ContentStroke = z.infer; declare const ContentGradientStyleSchema: z.ZodEnum<{ linear: "linear"; axial: "axial"; radial: "radial"; ellipsoid: "ellipsoid"; square: "square"; rectangular: "rectangular"; }>; type ContentGradientStyle = z.infer; declare const ContentGradientFillSchema: z.ZodObject<{ kind: z.ZodLiteral<"gradient">; style: z.ZodEnum<{ linear: "linear"; axial: "axial"; radial: "radial"; ellipsoid: "ellipsoid"; square: "square"; rectangular: "rectangular"; }>; startColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; endColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; angleDeg: z.ZodOptional; }, z.core.$strip>; type ContentGradientFill = z.infer; declare const ContentHatchStyleSchema: z.ZodEnum<{ double: "double"; single: "single"; triple: "triple"; }>; type ContentHatchStyle = z.infer; declare const ContentHatchFillSchema: z.ZodObject<{ kind: z.ZodLiteral<"hatch">; style: z.ZodEnum<{ double: "double"; single: "single"; triple: "triple"; }>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; distancePt: z.ZodNumber; rotationDeg: z.ZodOptional; }, z.core.$strip>; type ContentHatchFill = z.infer; declare const ContentBitmapFillSchema: z.ZodObject<{ kind: z.ZodLiteral<"bitmap">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; }, z.core.$strip>; type ContentBitmapFill = z.infer; declare const ContentFillPatternSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ kind: z.ZodLiteral<"gradient">; style: z.ZodEnum<{ linear: "linear"; axial: "axial"; radial: "radial"; ellipsoid: "ellipsoid"; square: "square"; rectangular: "rectangular"; }>; startColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; endColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; angleDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"hatch">; style: z.ZodEnum<{ double: "double"; single: "single"; triple: "triple"; }>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; distancePt: z.ZodNumber; rotationDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"bitmap">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; }, z.core.$strip>], "kind">; type ContentFillPattern = z.infer; declare const ContentPathPointSchema: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; type ContentPathPoint = z.infer; declare const ContentPathSegmentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ kind: z.ZodLiteral<"line">; to: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"cubic">; control1: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; control2: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; to: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>], "kind">; type ContentPathSegment = z.infer; declare const ContentSubpathSchema: z.ZodObject<{ start: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; segments: z.ZodArray; to: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"cubic">; control1: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; control2: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; to: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>], "kind">>; closed: z.ZodBoolean; }, z.core.$strip>; type ContentSubpath = z.infer; declare const ContentVectorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"rect">; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; fill: z.ZodOptional>; fillPattern: z.ZodOptional; style: z.ZodEnum<{ linear: "linear"; axial: "axial"; radial: "radial"; ellipsoid: "ellipsoid"; square: "square"; rectangular: "rectangular"; }>; startColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; endColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; angleDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"hatch">; style: z.ZodEnum<{ double: "double"; single: "single"; triple: "triple"; }>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; distancePt: z.ZodNumber; rotationDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"bitmap">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; }, z.core.$strip>], "kind">>; fillOpacity: z.ZodOptional; stroke: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; opacity: z.ZodOptional; dashPattern: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>>; paintOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"ellipse">; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; fill: z.ZodOptional>; fillPattern: z.ZodOptional; style: z.ZodEnum<{ linear: "linear"; axial: "axial"; radial: "radial"; ellipsoid: "ellipsoid"; square: "square"; rectangular: "rectangular"; }>; startColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; endColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; angleDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"hatch">; style: z.ZodEnum<{ double: "double"; single: "single"; triple: "triple"; }>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; distancePt: z.ZodNumber; rotationDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"bitmap">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; }, z.core.$strip>], "kind">>; fillOpacity: z.ZodOptional; stroke: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; opacity: z.ZodOptional; dashPattern: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>>; paintOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"line">; from: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; to: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; stroke: z.ZodObject<{ color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; widthPt: z.ZodNumber; style: z.ZodOptional>; opacity: z.ZodOptional; dashPattern: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>; paintOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"path">; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; subpaths: z.ZodArray; segments: z.ZodArray; to: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"cubic">; control1: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; control2: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; to: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>], "kind">>; closed: z.ZodBoolean; }, z.core.$strip>>; fill: z.ZodOptional>; fillPattern: z.ZodOptional; style: z.ZodEnum<{ linear: "linear"; axial: "axial"; radial: "radial"; ellipsoid: "ellipsoid"; square: "square"; rectangular: "rectangular"; }>; startColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; endColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; angleDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"hatch">; style: z.ZodEnum<{ double: "double"; single: "single"; triple: "triple"; }>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; distancePt: z.ZodNumber; rotationDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"bitmap">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; }, z.core.$strip>], "kind">>; fillOpacity: z.ZodOptional; fillRule: z.ZodOptional>; stroke: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; opacity: z.ZodOptional; dashPattern: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>>; paintOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>], "kind">; type ContentVector = z.infer; declare const ContentDrawPageSchema: z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; size: z.ZodObject<{ widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; shapes: z.ZodArray>>>; origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; name: z.ZodOptional; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; insetLeftPt: z.ZodNumber; insetTopPt: z.ZodNumber; insetRightPt: z.ZodNumber; insetBottomPt: z.ZodNumber; fontScale: z.ZodOptional; lineSpacingReduction: z.ZodOptional; paintOrder: z.ZodOptional; readingOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>>; vectors: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"rect">; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; fill: z.ZodOptional>; fillPattern: z.ZodOptional; style: z.ZodEnum<{ linear: "linear"; axial: "axial"; radial: "radial"; ellipsoid: "ellipsoid"; square: "square"; rectangular: "rectangular"; }>; startColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; endColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; angleDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"hatch">; style: z.ZodEnum<{ double: "double"; single: "single"; triple: "triple"; }>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; distancePt: z.ZodNumber; rotationDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"bitmap">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; }, z.core.$strip>], "kind">>; fillOpacity: z.ZodOptional; stroke: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; opacity: z.ZodOptional; dashPattern: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>>; paintOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"ellipse">; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; fill: z.ZodOptional>; fillPattern: z.ZodOptional; style: z.ZodEnum<{ linear: "linear"; axial: "axial"; radial: "radial"; ellipsoid: "ellipsoid"; square: "square"; rectangular: "rectangular"; }>; startColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; endColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; angleDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"hatch">; style: z.ZodEnum<{ double: "double"; single: "single"; triple: "triple"; }>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; distancePt: z.ZodNumber; rotationDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"bitmap">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; }, z.core.$strip>], "kind">>; fillOpacity: z.ZodOptional; stroke: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; opacity: z.ZodOptional; dashPattern: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>>; paintOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"line">; from: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; to: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; stroke: z.ZodObject<{ color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; widthPt: z.ZodNumber; style: z.ZodOptional>; opacity: z.ZodOptional; dashPattern: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>; paintOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"path">; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; subpaths: z.ZodArray; segments: z.ZodArray; to: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"cubic">; control1: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; control2: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; to: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>], "kind">>; closed: z.ZodBoolean; }, z.core.$strip>>; fill: z.ZodOptional>; fillPattern: z.ZodOptional; style: z.ZodEnum<{ linear: "linear"; axial: "axial"; radial: "radial"; ellipsoid: "ellipsoid"; square: "square"; rectangular: "rectangular"; }>; startColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; endColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; angleDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"hatch">; style: z.ZodEnum<{ double: "double"; single: "single"; triple: "triple"; }>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; distancePt: z.ZodNumber; rotationDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"bitmap">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; }, z.core.$strip>], "kind">>; fillOpacity: z.ZodOptional; fillRule: z.ZodOptional>; stroke: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; opacity: z.ZodOptional; dashPattern: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>>; paintOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>], "kind">>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>; type ContentDrawPage = z.infer; declare const ContentFormulaSchema: z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; mathml: z.ZodArray>>; starMath: z.ZodOptional; presentation: z.ZodOptional>; content: z.ZodOptional>>; provenance: z.ZodOptional; editTrail: z.ZodArray; }, z.core.$strip>>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>; type ContentFormula = z.infer; declare const contentDocumentSharedFields: { symbolTable: z.ZodOptional; preferredUnit: z.ZodOptional; definitionSource: z.ZodOptional; }, z.core.$strip>>; units: z.ZodArray; dimension: z.ZodRecord & z.core.$partial, z.ZodNumber>; factorToSi: z.ZodObject<{ numerator: z.ZodString; denominator: z.ZodString; }, z.core.$strip>; offsetToSi: z.ZodOptional>; context: z.ZodOptional; }, z.core.$strip>>; contexts: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; }; declare const ContentDefinedNameSchema: z.ZodObject<{ name: z.ZodString; refersTo: z.ZodString; scopeSheetIndex: z.ZodOptional; }, z.core.$strip>; type ContentDefinedName = z.infer; declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{ sections: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; pageSize: z.ZodObject<{ widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; margins: z.ZodObject<{ topPt: z.ZodNumber; rightPt: z.ZodNumber; bottomPt: z.ZodNumber; leftPt: z.ZodNumber; }, z.core.$strip>; blocks: z.ZodLazy>>>; breakType: z.ZodOptional>; headers: z.ZodOptional>>>>; even: z.ZodOptional>>>>; first: z.ZodOptional>>>>; }, z.core.$strip>>; footers: z.ZodOptional>>>>; even: z.ZodOptional>>>>; first: z.ZodOptional>>>>; }, z.core.$strip>>; watermarks: z.ZodOptional>>>>; even: z.ZodOptional>>>>; first: z.ZodOptional>>>>; }, z.core.$strip>>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; symbolTable: z.ZodOptional; preferredUnit: z.ZodOptional; definitionSource: z.ZodOptional; }, z.core.$strip>>; units: z.ZodArray; dimension: z.ZodRecord & z.core.$partial, z.ZodNumber>; factorToSi: z.ZodObject<{ numerator: z.ZodString; denominator: z.ZodString; }, z.core.$strip>; offsetToSi: z.ZodOptional>; context: z.ZodOptional; }, z.core.$strip>>; contexts: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; kind: z.ZodLiteral<"wordprocessing">; metadata: z.ZodObject<{ title: z.ZodOptional; author: z.ZodOptional; subject: z.ZodOptional; keywords: z.ZodOptional>; creator: z.ZodOptional; producer: z.ZodOptional; createdIso: z.ZodOptional; modifiedIso: z.ZodOptional; lastPrintedIso: z.ZodOptional; language: z.ZodOptional; direction: z.ZodOptional>; publisher: z.ZodOptional; contributor: z.ZodOptional; rights: z.ZodOptional; identifier: z.ZodOptional; comments: z.ZodOptional; company: z.ZodOptional; manager: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ slides: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; size: z.ZodObject<{ widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; shapes: z.ZodArray>>>; origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; name: z.ZodOptional; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; insetLeftPt: z.ZodNumber; insetTopPt: z.ZodNumber; insetRightPt: z.ZodNumber; insetBottomPt: z.ZodNumber; fontScale: z.ZodOptional; lineSpacingReduction: z.ZodOptional; paintOrder: z.ZodOptional; readingOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>>; notes: z.ZodString; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; symbolTable: z.ZodOptional; preferredUnit: z.ZodOptional; definitionSource: z.ZodOptional; }, z.core.$strip>>; units: z.ZodArray; dimension: z.ZodRecord & z.core.$partial, z.ZodNumber>; factorToSi: z.ZodObject<{ numerator: z.ZodString; denominator: z.ZodString; }, z.core.$strip>; offsetToSi: z.ZodOptional>; context: z.ZodOptional; }, z.core.$strip>>; contexts: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; kind: z.ZodLiteral<"presentation">; metadata: z.ZodObject<{ title: z.ZodOptional; author: z.ZodOptional; subject: z.ZodOptional; keywords: z.ZodOptional>; creator: z.ZodOptional; producer: z.ZodOptional; createdIso: z.ZodOptional; modifiedIso: z.ZodOptional; lastPrintedIso: z.ZodOptional; language: z.ZodOptional; direction: z.ZodOptional>; publisher: z.ZodOptional; contributor: z.ZodOptional; rights: z.ZodOptional; identifier: z.ZodOptional; comments: z.ZodOptional; company: z.ZodOptional; manager: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ sheets: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; name: z.ZodString; cells: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; row: z.ZodNumber; column: z.ZodNumber; value: z.ZodDiscriminatedUnion<[z.ZodObject<{ kind: z.ZodLiteral<"number">; value: z.ZodNumber; exactValue: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"percentage">; value: z.ZodNumber; exactValue: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"currency">; value: z.ZodNumber; currency: z.ZodOptional; exactValue: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"boolean">; value: z.ZodBoolean; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"date">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"time">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"dateTime">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"string">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"error">; value: z.ZodString; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"empty">; }, z.core.$strip>], "kind">; formula: z.ZodOptional; displayText: z.ZodString; numberFormatCode: z.ZodOptional; font: z.ZodOptional; italic: z.ZodOptional; underline: z.ZodOptional; strike: z.ZodOptional; fontFamily: z.ZodOptional; sizePt: z.ZodOptional; color: z.ZodOptional>; }, z.core.$strip>>; runs: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; hyperlink: z.ZodOptional; verticalAlign: z.ZodOptional>; direction: z.ZodOptional>; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; bold: z.ZodOptional; italic: z.ZodOptional; underline: z.ZodOptional; strike: z.ZodOptional; fontFamily: z.ZodOptional; sizePt: z.ZodOptional; color: z.ZodOptional>; text: z.ZodString; }, z.core.$strip>>>; colSpan: z.ZodOptional; rowSpan: z.ZodOptional; background: z.ZodOptional; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"pattern">; patternType: z.ZodEnum<{ percent5: "percent5"; percent10: "percent10"; percent12: "percent12"; percent15: "percent15"; percent20: "percent20"; percent25: "percent25"; percent30: "percent30"; percent35: "percent35"; percent37: "percent37"; percent40: "percent40"; percent45: "percent45"; percent50: "percent50"; percent55: "percent55"; percent60: "percent60"; percent62: "percent62"; percent65: "percent65"; percent70: "percent70"; percent75: "percent75"; percent80: "percent80"; percent85: "percent85"; percent87: "percent87"; percent90: "percent90"; percent95: "percent95"; horizontalStripe: "horizontalStripe"; verticalStripe: "verticalStripe"; diagonalStripe: "diagonalStripe"; reverseDiagonalStripe: "reverseDiagonalStripe"; horizontalCross: "horizontalCross"; diagonalCross: "diagonalCross"; thinHorizontalStripe: "thinHorizontalStripe"; thinVerticalStripe: "thinVerticalStripe"; thinDiagonalStripe: "thinDiagonalStripe"; thinReverseDiagonalStripe: "thinReverseDiagonalStripe"; thinHorizontalCross: "thinHorizontalCross"; thinDiagonalCross: "thinDiagonalCross"; mediumGray: "mediumGray"; darkGray: "darkGray"; lightGray: "lightGray"; darkHorizontal: "darkHorizontal"; darkVertical: "darkVertical"; darkDown: "darkDown"; darkUp: "darkUp"; darkGrid: "darkGrid"; darkTrellis: "darkTrellis"; lightHorizontal: "lightHorizontal"; lightVertical: "lightVertical"; lightDown: "lightDown"; lightUp: "lightUp"; lightGrid: "lightGrid"; lightTrellis: "lightTrellis"; gray125: "gray125"; gray0625: "gray0625"; }>; foregroundColor: z.ZodOptional>; backgroundColor: z.ZodOptional>; }, z.core.$strip>], "kind">>; borders: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; right: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; top: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; bottom: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; diagonalUp: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; diagonalDown: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; alignment: z.ZodOptional>; verticalAlignment: z.ZodOptional>; comment: z.ZodOptional; createdAt: z.ZodOptional; replies: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>>; columns: z.ZodArray; hidden: z.ZodOptional; }, z.core.$strip>>; rows: z.ZodArray; hidden: z.ZodOptional; }, z.core.$strip>>; images: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"image">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; widthPt: z.ZodNumber; heightPt: z.ZodNumber; altText: z.ZodOptional; original: z.ZodOptional; base64: z.ZodString; jbig2GlobalsBase64: z.ZodOptional; }, z.core.$strip>>; anchorRunIndex: z.ZodOptional; anchorOffset: z.ZodOptional; caption: z.ZodOptional; floatPosition: z.ZodOptional; offsetPt: z.ZodNumber; }, z.core.$strict>, z.ZodObject<{ relativeTo: z.ZodEnum<{ paragraph: "paragraph"; page: "page"; margin: "margin"; leftMargin: "leftMargin"; rightMargin: "rightMargin"; topMargin: "topMargin"; bottomMargin: "bottomMargin"; insideMargin: "insideMargin"; outsideMargin: "outsideMargin"; column: "column"; character: "character"; line: "line"; frame: "frame"; }>; align: z.ZodEnum<{ left: "left"; center: "center"; right: "right"; top: "top"; bottom: "bottom"; inside: "inside"; outside: "outside"; }>; }, z.core.$strict>]>; vertical: z.ZodUnion; offsetPt: z.ZodNumber; }, z.core.$strict>, z.ZodObject<{ relativeTo: z.ZodEnum<{ paragraph: "paragraph"; page: "page"; margin: "margin"; leftMargin: "leftMargin"; rightMargin: "rightMargin"; topMargin: "topMargin"; bottomMargin: "bottomMargin"; insideMargin: "insideMargin"; outsideMargin: "outsideMargin"; column: "column"; character: "character"; line: "line"; frame: "frame"; }>; align: z.ZodEnum<{ left: "left"; center: "center"; right: "right"; top: "top"; bottom: "bottom"; inside: "inside"; outside: "outside"; }>; }, z.core.$strict>]>; }, z.core.$strip>>; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; anchorRow: z.ZodNumber; anchorColumn: z.ZodNumber; offsetXPt: z.ZodNumber; offsetYPt: z.ZodNumber; }, z.core.$strip>>; printSettings: z.ZodObject<{ pageSize: z.ZodObject<{ widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; margins: z.ZodObject<{ topPt: z.ZodNumber; rightPt: z.ZodNumber; bottomPt: z.ZodNumber; leftPt: z.ZodNumber; }, z.core.$strip>; printRange: z.ZodOptional>; scalePercent: z.ZodOptional; fitToPages: z.ZodOptional>; repeatRows: z.ZodOptional>; repeatColumns: z.ZodOptional>; gridlines: z.ZodBoolean; headers: z.ZodBoolean; pageOrder: z.ZodEnum<{ downThenOver: "downThenOver"; overThenDown: "overThenDown"; }>; manualBreaks: z.ZodOptional; columns: z.ZodArray; }, z.core.$strip>>; }, z.core.$strip>; embeddedObjects: z.ZodOptional>>>; dataValidations: z.ZodOptional>; type: z.ZodEnum<{ date: "date"; custom: "custom"; decimal: "decimal"; list: "list"; time: "time"; whole: "whole"; textLength: "textLength"; }>; operator: z.ZodOptional>; formula1: z.ZodOptional; formula2: z.ZodOptional; allowBlank: z.ZodOptional; showInputMessage: z.ZodOptional; promptTitle: z.ZodOptional; prompt: z.ZodOptional; showErrorMessage: z.ZodOptional; errorStyle: z.ZodOptional>; errorTitle: z.ZodOptional; error: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>>; conditionalFormats: z.ZodOptional; formula1: z.ZodString; formula2: z.ZodOptional; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"cellIs">; }, z.core.$strip>, z.ZodObject<{ text: z.ZodString; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodEnum<{ containsText: "containsText"; notContainsText: "notContainsText"; beginsWith: "beginsWith"; endsWith: "endsWith"; }>; }, z.core.$strip>, z.ZodObject<{ style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodEnum<{ containsBlanks: "containsBlanks"; notContainsBlanks: "notContainsBlanks"; containsErrors: "containsErrors"; notContainsErrors: "notContainsErrors"; uniqueValues: "uniqueValues"; duplicateValues: "duplicateValues"; }>; }, z.core.$strip>, z.ZodObject<{ rank: z.ZodNumber; percent: z.ZodOptional; bottom: z.ZodOptional; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"top10">; }, z.core.$strip>, z.ZodObject<{ aboveAverage: z.ZodOptional; equalAverage: z.ZodOptional; stdDev: z.ZodOptional; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"aboveAverage">; }, z.core.$strip>, z.ZodObject<{ timePeriod: z.ZodEnum<{ yesterday: "yesterday"; today: "today"; tomorrow: "tomorrow"; last7Days: "last7Days"; thisMonth: "thisMonth"; lastMonth: "lastMonth"; nextMonth: "nextMonth"; thisWeek: "thisWeek"; lastWeek: "lastWeek"; nextWeek: "nextWeek"; thisYear: "thisYear"; lastYear: "lastYear"; nextYear: "nextYear"; }>; style: z.ZodOptional>; background: z.ZodOptional>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"timePeriod">; }, z.core.$strip>, z.ZodObject<{ stops: z.ZodArray; value: z.ZodOptional; }, z.core.$strip>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>>; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"colorScale">; }, z.core.$strip>, z.ZodObject<{ min: z.ZodObject<{ type: z.ZodEnum<{ formula: "formula"; percent: "percent"; num: "num"; max: "max"; min: "min"; percentile: "percentile"; }>; value: z.ZodOptional; }, z.core.$strip>; max: z.ZodObject<{ type: z.ZodEnum<{ formula: "formula"; percent: "percent"; num: "num"; max: "max"; min: "min"; percentile: "percentile"; }>; value: z.ZodOptional; }, z.core.$strip>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; showValue: z.ZodOptional; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"dataBar">; }, z.core.$strip>, z.ZodObject<{ iconSetType: z.ZodString; thresholds: z.ZodArray; value: z.ZodOptional; }, z.core.$strip>>; reverse: z.ZodOptional; showValue: z.ZodOptional; ranges: z.ZodArray>; priority: z.ZodOptional; stopIfTrue: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; type: z.ZodLiteral<"iconSet">; }, z.core.$strip>], "type">>>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; names: z.ZodOptional; }, z.core.$strip>>>; symbolTable: z.ZodOptional; preferredUnit: z.ZodOptional; definitionSource: z.ZodOptional; }, z.core.$strip>>; units: z.ZodArray; dimension: z.ZodRecord & z.core.$partial, z.ZodNumber>; factorToSi: z.ZodObject<{ numerator: z.ZodString; denominator: z.ZodString; }, z.core.$strip>; offsetToSi: z.ZodOptional>; context: z.ZodOptional; }, z.core.$strip>>; contexts: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; kind: z.ZodLiteral<"spreadsheet">; metadata: z.ZodObject<{ title: z.ZodOptional; author: z.ZodOptional; subject: z.ZodOptional; keywords: z.ZodOptional>; creator: z.ZodOptional; producer: z.ZodOptional; createdIso: z.ZodOptional; modifiedIso: z.ZodOptional; lastPrintedIso: z.ZodOptional; language: z.ZodOptional; direction: z.ZodOptional>; publisher: z.ZodOptional; contributor: z.ZodOptional; rights: z.ZodOptional; identifier: z.ZodOptional; comments: z.ZodOptional; company: z.ZodOptional; manager: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ pages: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; size: z.ZodObject<{ widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; shapes: z.ZodArray>>>; origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; name: z.ZodOptional; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; insetLeftPt: z.ZodNumber; insetTopPt: z.ZodNumber; insetRightPt: z.ZodNumber; insetBottomPt: z.ZodNumber; fontScale: z.ZodOptional; lineSpacingReduction: z.ZodOptional; paintOrder: z.ZodOptional; readingOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>>; vectors: z.ZodArray>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"rect">; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; fill: z.ZodOptional>; fillPattern: z.ZodOptional; style: z.ZodEnum<{ linear: "linear"; axial: "axial"; radial: "radial"; ellipsoid: "ellipsoid"; square: "square"; rectangular: "rectangular"; }>; startColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; endColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; angleDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"hatch">; style: z.ZodEnum<{ double: "double"; single: "single"; triple: "triple"; }>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; distancePt: z.ZodNumber; rotationDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"bitmap">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; }, z.core.$strip>], "kind">>; fillOpacity: z.ZodOptional; stroke: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; opacity: z.ZodOptional; dashPattern: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>>; paintOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"ellipse">; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; fill: z.ZodOptional>; fillPattern: z.ZodOptional; style: z.ZodEnum<{ linear: "linear"; axial: "axial"; radial: "radial"; ellipsoid: "ellipsoid"; square: "square"; rectangular: "rectangular"; }>; startColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; endColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; angleDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"hatch">; style: z.ZodEnum<{ double: "double"; single: "single"; triple: "triple"; }>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; distancePt: z.ZodNumber; rotationDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"bitmap">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; }, z.core.$strip>], "kind">>; fillOpacity: z.ZodOptional; stroke: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; opacity: z.ZodOptional; dashPattern: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>>; paintOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"line">; from: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; to: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; stroke: z.ZodObject<{ color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; widthPt: z.ZodNumber; style: z.ZodOptional>; opacity: z.ZodOptional; dashPattern: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>; paintOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>, z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; kind: z.ZodLiteral<"path">; frame: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; widthPt: z.ZodNumber; heightPt: z.ZodNumber; }, z.core.$strip>; rotationDeg: z.ZodOptional; subpaths: z.ZodArray; segments: z.ZodArray; to: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"cubic">; control1: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; control2: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; to: z.ZodObject<{ xPt: z.ZodNumber; yPt: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>], "kind">>; closed: z.ZodBoolean; }, z.core.$strip>>; fill: z.ZodOptional>; fillPattern: z.ZodOptional; style: z.ZodEnum<{ linear: "linear"; axial: "axial"; radial: "radial"; ellipsoid: "ellipsoid"; square: "square"; rectangular: "rectangular"; }>; startColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; endColor: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; angleDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"hatch">; style: z.ZodEnum<{ double: "double"; single: "single"; triple: "triple"; }>; color: z.ZodObject<{ r: z.ZodNumber; g: z.ZodNumber; b: z.ZodNumber; }, z.core.$strip>; distancePt: z.ZodNumber; rotationDeg: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ kind: z.ZodLiteral<"bitmap">; format: z.ZodEnum<{ png: "png"; jpeg: "jpeg"; svg: "svg"; gif: "gif"; }>; base64: z.ZodString; }, z.core.$strip>], "kind">>; fillOpacity: z.ZodOptional; fillRule: z.ZodOptional>; stroke: z.ZodOptional; widthPt: z.ZodNumber; style: z.ZodOptional>; opacity: z.ZodOptional; dashPattern: z.ZodOptional; dots2LengthPt: z.ZodOptional; distancePt: z.ZodNumber; }, z.core.$strip>>; }, z.core.$strip>>; paintOrder: z.ZodOptional; sourcePath: z.ZodOptional; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; frames: z.ZodOptional>>; }, z.core.$strip>], "kind">>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>>; symbolTable: z.ZodOptional; preferredUnit: z.ZodOptional; definitionSource: z.ZodOptional; }, z.core.$strip>>; units: z.ZodArray; dimension: z.ZodRecord & z.core.$partial, z.ZodNumber>; factorToSi: z.ZodObject<{ numerator: z.ZodString; denominator: z.ZodString; }, z.core.$strip>; offsetToSi: z.ZodOptional>; context: z.ZodOptional; }, z.core.$strip>>; contexts: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; kind: z.ZodLiteral<"drawing">; metadata: z.ZodObject<{ title: z.ZodOptional; author: z.ZodOptional; subject: z.ZodOptional; keywords: z.ZodOptional>; creator: z.ZodOptional; producer: z.ZodOptional; createdIso: z.ZodOptional; modifiedIso: z.ZodOptional; lastPrintedIso: z.ZodOptional; language: z.ZodOptional; direction: z.ZodOptional>; publisher: z.ZodOptional; contributor: z.ZodOptional; rights: z.ZodOptional; identifier: z.ZodOptional; comments: z.ZodOptional; company: z.ZodOptional; manager: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ formula: z.ZodObject<{ origin: z.ZodOptional>; interpretation: z.ZodOptional; mechanism: z.ZodEnum<{ deterministic: "deterministic"; model: "model"; }>; }, z.core.$strip>>; description: z.ZodOptional; by: z.ZodOptional>; }, z.core.$strip>>; mathml: z.ZodArray>>; starMath: z.ZodOptional; presentation: z.ZodOptional>; content: z.ZodOptional>>; provenance: z.ZodOptional; editTrail: z.ZodArray; }, z.core.$strip>>; source: z.ZodOptional; xml: z.ZodString; }, z.core.$strict>>; }, z.core.$strip>; symbolTable: z.ZodOptional; preferredUnit: z.ZodOptional; definitionSource: z.ZodOptional; }, z.core.$strip>>; units: z.ZodArray; dimension: z.ZodRecord & z.core.$partial, z.ZodNumber>; factorToSi: z.ZodObject<{ numerator: z.ZodString; denominator: z.ZodString; }, z.core.$strip>; offsetToSi: z.ZodOptional>; context: z.ZodOptional; }, z.core.$strip>>; contexts: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>; kind: z.ZodLiteral<"formula">; metadata: z.ZodObject<{ title: z.ZodOptional; author: z.ZodOptional; subject: z.ZodOptional; keywords: z.ZodOptional>; creator: z.ZodOptional; producer: z.ZodOptional; createdIso: z.ZodOptional; modifiedIso: z.ZodOptional; lastPrintedIso: z.ZodOptional; language: z.ZodOptional; direction: z.ZodOptional>; publisher: z.ZodOptional; contributor: z.ZodOptional; rights: z.ZodOptional; identifier: z.ZodOptional; comments: z.ZodOptional; company: z.ZodOptional; manager: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>], "kind">; type ContentDocument = z.infer; //#endregion export { ContentHatchStyleSchema as $, ContentSheetRepeatRange as $t, ContentEmbeddedObjectKind as A, RunConstructExtent as An, ContentSheetCellComment as At, ContentFloatPosition as B, isContentConstructEnd as Bn, ContentSheetConditionalFormatValueSchema as Bt, ContentDocument as C, ContentVectorSchema as Cn, ContentRunSchema as Ct, ContentEmbeddedObject as D, IMAGE_FORMATS as Dn, ContentShapeSchema as Dt, ContentDrawPageSchema as E, FusedNode as En, ContentShape as Et, ContentFloatAlignSchema as F, clampHeadingLevel as Fn, ContentSheetConditionalFormat as Ft, ContentFormulaSchema as G, ContentSheetImage as Gt, ContentFont as H, isRunConstructExtent as Hn, ContentSheetDataValidationSchema as Ht, ContentFloatAxis as I, contentDocumentSharedFields as In, ContentSheetConditionalFormatSchema as It, ContentGradientStyle as J, ContentSheetPrintRangeSchema as Jt, ContentGradientFill as K, ContentSheetImageSchema as Kt, ContentFloatAxisSchema as L, findConstructMarkerImbalance as Ln, ContentSheetConditionalFormatStyle as Lt, ContentFillPattern as M, RunConstructFault as Mn, ContentSheetCellSchema as Mt, ContentFillPatternSchema as N, SheetRuleOperator as Nn, ContentSheetColumn as Nt, ContentEmbeddedObjectBlock as O, ImageFormat as On, ContentSheet as Ot, ContentFloatAlign as P, SheetRuleOperatorSchema as Pn, ContentSheetColumnSchema as Pt, ContentHatchStyle as Q, ContentSheetRangeSchema as Qt, ContentFloatOrigin as R, findRunConstructFault as Rn, ContentSheetConditionalFormatStyleSchema as Rt, ContentDefinedNameSchema as S, ContentVector as Sn, ContentRun as St, ContentDrawPage as T, DecimalStringSchema as Tn, ContentSectionSchema as Tt, ContentFontSchema as U, resolveCellFillColor as Un, ContentSheetDataValidationType as Ut, ContentFloatPositionSchema as V, isContentConstructStart as Vn, ContentSheetDataValidation as Vt, ContentFormula as W, unrecognizedFillKind as Wn, ContentSheetDataValidationTypeSchema as Wt, ContentHatchFill as X, ContentSheetPrintSettingsSchema as Xt, ContentGradientStyleSchema as Y, ContentSheetPrintSettings as Yt, ContentHatchFillSchema as Z, ContentSheetRange as Zt, ContentConstructEnd as _, ContentTableRow as _n, ContentParagraphSchema as _t, ContentBlock as a, ContentSlideSchema as an, ContentInterpretationSchema as at, ContentConstructStartSchema as b, ContentTranscript as bn, ContentPathSegment as bt, ContentBorderSchema as c, ContentStrokeDashSchema as cn, ContentOrigin as ct, ContentCellFill as d, ContentStrokeStyleSchema as dn, ContentPageBreakSchema as dt, ContentSheetRepeatRangeSchema as en, ContentImageBlock as et, ContentCellFillSchema as f, ContentSubpath as fn, ContentPageFurniture as ft, ContentCellValueSchema as g, ContentTableCellSchema as gn, ContentParagraphBordersSchema as gt, ContentCellValue as h, ContentTableCell as hn, ContentParagraphBorders as ht, ContentBitmapFillSchema as i, ContentSlide as in, ContentInterpretation as it, ContentEmbeddedObjectSchema as j, RunConstructExtentSchema as jn, ContentSheetCellCommentSchema as jt, ContentEmbeddedObjectBlockSchema as k, RUN_FONT_PROPERTY_SHAPE as kn, ContentSheetCell as kt, ContentCellBorders as l, ContentStrokeSchema as ln, ContentOriginSchema as lt, ContentCellPatternTypeSchema as m, ContentTable as mn, ContentParagraph as mt, ConstructMarkerImbalance as n, ContentSheetRowSchema as nn, ContentImageOriginal as nt, ContentBlockSchema as o, ContentStroke as on, ContentListMembership as ot, ContentCellPatternType as p, ContentSubpathSchema as pn, ContentPageFurnitureSchema as pt, ContentGradientFillSchema as q, ContentSheetPrintRange as qt, ContentBitmapFill as r, ContentSheetSchema as rn, ContentImageOriginalSchema as rt, ContentBorder as s, ContentStrokeDash as sn, ContentListMembershipSchema as st, CONTENT_ANNOTATION_FIELDS as t, ContentSheetRow as tn, ContentImageBlockSchema as tt, ContentCellBordersSchema as u, ContentStrokeStyle as un, ContentPageBreak as ut, ContentConstructEndSchema as v, ContentTableRowSchema as vn, ContentPathPoint as vt, ContentDocumentSchema as w, DecimalString as wn, ContentSection as wt, ContentDefinedName as x, ContentTranscriptSchema as xn, ContentPathSegmentSchema as xt, ContentConstructStart as y, ContentTableSchema as yn, ContentPathPointSchema as yt, ContentFloatOriginSchema as z, isContentBlock as zn, ContentSheetConditionalFormatValue as zt };