/**
 * COPIED FROM PIVOT TILES ON 2023-12-09
 */
export type IKnownMeta = 'Type:Excel' | 'Type:Word' | 'Type:PowerPoint' | 'Type:Text' | 'Type:pdf' | 'Type:OneNote' | 'Type:Outlook' | 'Type:Zipped' | 'Type:Movie' | 'Type:Image' | 'Type:Dwg' | 'Type:File' | 'Type:Folder' | 'Type:DocumentSet' | 'WasShared' | 'UniquePermissions' | 'IsDraft' | 'IsMinor' | 'IsMajor' | 'SingleVerion' | 'MediaServiceAutoTags' | 'MediaServiceLocation' | 'MediaServiceOCR' | 'MediaServiceKeyPoints' | 'MediaLengthInSeconds' | '' | '1.0' | '>1.0' | '>=100' | '>=500' | 'CheckedOut' | 'CheckedOutToYou' | 'Type:Unknown';
export type IKnownFileTypes = 'Type:Excel' | 'Type:Word' | 'Type:PowerPoint' | 'Type:Text' | 'Type:pdf' | 'Type:OneNote' | 'Type:Outlook' | 'Type:Zipped' | 'Type:Movie' | 'Type:Image' | 'Type:Dwg' | 'Type:File' | 'Type:Folder' | 'Type:DocumentSet' | 'Type:Unknown';
//# sourceMappingURL=IKnownMeta.d.ts.map