CreateListItemProperties: ZodIntersection<ZodAny, ZodObject<{
    Attachments: ZodBoolean;
    AuthorId: ZodNumber;
    ComplianceAssetId: ZodNullable<ZodString>;
    ContentTypeId: ZodString;
    Created: ZodString;
    EditorId: ZodNumber;
    FileSystemObjectType: ZodNumber;
    GUID: ZodString;
    Id: ZodNumber;
    ID: ZodNumber;
    Modified: ZodString;
    ServerRedirectedEmbedUri: ZodNullable<ZodString>;
    ServerRedirectedEmbedUrl: ZodString;
    Title: ZodString;
}, "strip", ZodTypeAny, {
    Attachments?: boolean;
    AuthorId?: number;
    ComplianceAssetId?: string;
    ContentTypeId?: string;
    Created?: string;
    EditorId?: number;
    FileSystemObjectType?: number;
    GUID?: string;
    Id?: number;
    ID?: number;
    Modified?: string;
    ServerRedirectedEmbedUri?: string;
    ServerRedirectedEmbedUrl?: string;
    Title?: string;
}, {
    Attachments?: boolean;
    AuthorId?: number;
    ComplianceAssetId?: string;
    ContentTypeId?: string;
    Created?: string;
    EditorId?: number;
    FileSystemObjectType?: number;
    GUID?: string;
    Id?: number;
    ID?: number;
    Modified?: string;
    ServerRedirectedEmbedUri?: string;
    ServerRedirectedEmbedUrl?: string;
    Title?: string;
}>> = ...