import type * as Extend from "../index"; export interface FileMetadata { /** The number of pages in the file. This is only set for PDF/DOCX files. */ pageCount?: number; parentSplit?: Extend.ParentSplit; }