UpdateSiteProperties: ZodObject<{
    AllowCreateDeclarativeWorkflow: ZodBoolean;
    AllowDesigner: ZodBoolean;
    AllowMasterPageEditing: ZodBoolean;
    AllowRevertFromTemplate: ZodBoolean;
    AllowSaveDeclarativeWorkflowAsTemplate: ZodBoolean;
    AllowSavePublishDeclarativeWorkflow: ZodBoolean;
    AllowSelfServiceUpgrade: ZodBoolean;
    AllowSelfServiceUpgradeEvaluation: ZodBoolean;
    AuditLogTrimmingRetention: ZodNumber;
    ChannelGroupId: ZodString;
    Classification: ZodString;
    CompatibilityLevel: ZodNumber;
    CurrentChangeToken: ZodObject<{
        StringValue: ZodString;
    }, "strip", ZodTypeAny, {
        StringValue?: string;
    }, {
        StringValue?: string;
    }>;
    DisableAppViews: ZodBoolean;
    DisableCompanyWideSharingLinks: ZodBoolean;
    DisableFlows: ZodBoolean;
    ExternalSharingTipsEnabled: ZodBoolean;
    GeoLocation: ZodString;
    GroupId: ZodString;
    HubSiteId: ZodString;
    Id: ZodString;
    IsHubSite: ZodBoolean;
    LockIssue: ZodNullable<ZodString>;
    MaxItemsPerThrottledOperation: ZodNumber;
    MediaTranscriptionDisabled: ZodBoolean;
    NeedsB2BUpgrade: ZodBoolean;
    PrimaryUri: ZodString;
    ReadOnly: ZodBoolean;
    RequiredDesignerVersion: ZodString;
    ResourcePath: ZodObject<{
        DecodedUrl: ZodString;
    }, "strip", ZodTypeAny, {
        DecodedUrl?: string;
    }, {
        DecodedUrl?: string;
    }>;
    SandboxedCodeActivationCapability: ZodNumber;
    SensitivityLabel: ZodString;
    SensitivityLabelId: ZodNullable<ZodString>;
    ServerRelativeUrl: ZodString;
    ShareByEmailEnabled: ZodBoolean;
    ShareByLinkEnabled: ZodBoolean;
    ShowUrlStructure: ZodBoolean;
    TrimAuditLog: ZodBoolean;
    UIVersionConfigurationEnabled: ZodBoolean;
    UpgradeReminderDate: ZodString;
    UpgradeScheduled: ZodBoolean;
    UpgradeScheduledDate: ZodString;
    Upgrading: ZodBoolean;
    Url: ZodString;
    WriteLocked: ZodBoolean;
}, "strip", ZodTypeAny, {
    AllowCreateDeclarativeWorkflow?: boolean;
    AllowDesigner?: boolean;
    AllowMasterPageEditing?: boolean;
    AllowRevertFromTemplate?: boolean;
    AllowSaveDeclarativeWorkflowAsTemplate?: boolean;
    AllowSavePublishDeclarativeWorkflow?: boolean;
    AllowSelfServiceUpgrade?: boolean;
    AllowSelfServiceUpgradeEvaluation?: boolean;
    AuditLogTrimmingRetention?: number;
    ChannelGroupId?: string;
    Classification?: string;
    CompatibilityLevel?: number;
    CurrentChangeToken?: {
        StringValue?: string;
    };
    DisableAppViews?: boolean;
    DisableCompanyWideSharingLinks?: boolean;
    DisableFlows?: boolean;
    ExternalSharingTipsEnabled?: boolean;
    GeoLocation?: string;
    GroupId?: string;
    HubSiteId?: string;
    Id?: string;
    IsHubSite?: boolean;
    LockIssue?: string;
    MaxItemsPerThrottledOperation?: number;
    MediaTranscriptionDisabled?: boolean;
    NeedsB2BUpgrade?: boolean;
    PrimaryUri?: string;
    ReadOnly?: boolean;
    RequiredDesignerVersion?: string;
    ResourcePath?: {
        DecodedUrl?: string;
    };
    SandboxedCodeActivationCapability?: number;
    SensitivityLabel?: string;
    SensitivityLabelId?: string;
    ServerRelativeUrl?: string;
    ShareByEmailEnabled?: boolean;
    ShareByLinkEnabled?: boolean;
    ShowUrlStructure?: boolean;
    TrimAuditLog?: boolean;
    UIVersionConfigurationEnabled?: boolean;
    UpgradeReminderDate?: string;
    UpgradeScheduled?: boolean;
    UpgradeScheduledDate?: string;
    Upgrading?: boolean;
    Url?: string;
    WriteLocked?: boolean;
}, {
    AllowCreateDeclarativeWorkflow?: boolean;
    AllowDesigner?: boolean;
    AllowMasterPageEditing?: boolean;
    AllowRevertFromTemplate?: boolean;
    AllowSaveDeclarativeWorkflowAsTemplate?: boolean;
    AllowSavePublishDeclarativeWorkflow?: boolean;
    AllowSelfServiceUpgrade?: boolean;
    AllowSelfServiceUpgradeEvaluation?: boolean;
    AuditLogTrimmingRetention?: number;
    ChannelGroupId?: string;
    Classification?: string;
    CompatibilityLevel?: number;
    CurrentChangeToken?: {
        StringValue?: string;
    };
    DisableAppViews?: boolean;
    DisableCompanyWideSharingLinks?: boolean;
    DisableFlows?: boolean;
    ExternalSharingTipsEnabled?: boolean;
    GeoLocation?: string;
    GroupId?: string;
    HubSiteId?: string;
    Id?: string;
    IsHubSite?: boolean;
    LockIssue?: string;
    MaxItemsPerThrottledOperation?: number;
    MediaTranscriptionDisabled?: boolean;
    NeedsB2BUpgrade?: boolean;
    PrimaryUri?: string;
    ReadOnly?: boolean;
    RequiredDesignerVersion?: string;
    ResourcePath?: {
        DecodedUrl?: string;
    };
    SandboxedCodeActivationCapability?: number;
    SensitivityLabel?: string;
    SensitivityLabelId?: string;
    ServerRelativeUrl?: string;
    ShareByEmailEnabled?: boolean;
    ShareByLinkEnabled?: boolean;
    ShowUrlStructure?: boolean;
    TrimAuditLog?: boolean;
    UIVersionConfigurationEnabled?: boolean;
    UpgradeReminderDate?: string;
    UpgradeScheduled?: boolean;
    UpgradeScheduledDate?: string;
    Upgrading?: boolean;
    Url?: string;
    WriteLocked?: boolean;
}> = Site