export declare const BrowserSettingsCategory: {
    readonly Cults: "Cults";
    readonly Gambling: "Gambling";
    readonly Nudity: "Nudity";
    readonly Pornography: "Pornography";
    readonly SexEducation: "SexEducation";
    readonly Tasteless: "Tasteless";
    readonly Violence: "Violence";
    readonly DownloadSites: "DownloadSites";
    readonly ImageSharing: "ImageSharing";
    readonly PeerToPeer: "PeerToPeer";
    readonly StreamingMediaAndDownloads: "StreamingMediaAndDownloads";
    readonly GenerativeAi: "GenerativeAI";
    readonly CriminalActivity: "CriminalActivity";
    readonly Hacking: "Hacking";
    readonly HateAndIntolerance: "HateAndIntolerance";
    readonly IllegalDrug: "IllegalDrug";
    readonly IllegalSoftware: "IllegalSoftware";
    readonly SchoolCheating: "SchoolCheating";
    readonly SelfHarm: "SelfHarm";
    readonly Weapons: "Weapons";
    readonly Chat: "Chat";
    readonly Games: "Games";
    readonly InstantMessaging: "InstantMessaging";
    readonly ProfessionalNetwork: "ProfessionalNetwork";
    readonly SocialNetworking: "SocialNetworking";
    readonly WebBasedEmail: "WebBasedEmail";
    readonly ParkedDomains: "ParkedDomains";
};
export type BrowserSettingsCategory = (typeof BrowserSettingsCategory)[keyof typeof BrowserSettingsCategory];
export declare const DataProtectionSettingsRedactionPlaceHolderType: {
    readonly CustomText: "CustomText";
};
export type DataProtectionSettingsRedactionPlaceHolderType = (typeof DataProtectionSettingsRedactionPlaceHolderType)[keyof typeof DataProtectionSettingsRedactionPlaceHolderType];
export declare const IdentityProviderType: {
    readonly Saml: "SAML";
    readonly Facebook: "Facebook";
    readonly Google: "Google";
    readonly LoginWithAmazon: "LoginWithAmazon";
    readonly SignInWithApple: "SignInWithApple";
    readonly Oidc: "OIDC";
};
export type IdentityProviderType = (typeof IdentityProviderType)[keyof typeof IdentityProviderType];
export declare const PortalAuthenticationType: {
    readonly Standard: "Standard";
    readonly IamIdentityCenter: "IAM_Identity_Center";
};
export type PortalAuthenticationType = (typeof PortalAuthenticationType)[keyof typeof PortalAuthenticationType];
export declare const PortalBrowserType: {
    readonly Chrome: "Chrome";
};
export type PortalBrowserType = (typeof PortalBrowserType)[keyof typeof PortalBrowserType];
export declare const PortalInstanceType: {
    readonly StandardRegular: "standard.regular";
    readonly StandardLarge: "standard.large";
    readonly StandardXlarge: "standard.xlarge";
};
export type PortalInstanceType = (typeof PortalInstanceType)[keyof typeof PortalInstanceType];
export declare const PortalRendererType: {
    readonly AppStream: "AppStream";
};
export type PortalRendererType = (typeof PortalRendererType)[keyof typeof PortalRendererType];
export declare const PortalStatus: {
    readonly Incomplete: "Incomplete";
    readonly Pending: "Pending";
    readonly Active: "Active";
};
export type PortalStatus = (typeof PortalStatus)[keyof typeof PortalStatus];
export declare const SessionLoggerEvent: {
    readonly WebsiteInteract: "WebsiteInteract";
    readonly FileDownloadFromSecureBrowserToRemoteDisk: "FileDownloadFromSecureBrowserToRemoteDisk";
    readonly FileTransferFromRemoteToLocalDisk: "FileTransferFromRemoteToLocalDisk";
    readonly FileTransferFromLocalToRemoteDisk: "FileTransferFromLocalToRemoteDisk";
    readonly FileUploadFromRemoteDiskToSecureBrowser: "FileUploadFromRemoteDiskToSecureBrowser";
    readonly ContentPasteToWebsite: "ContentPasteToWebsite";
    readonly ContentTransferFromLocalToRemoteClipboard: "ContentTransferFromLocalToRemoteClipboard";
    readonly ContentCopyFromWebsite: "ContentCopyFromWebsite";
    readonly UrlLoad: "UrlLoad";
    readonly TabOpen: "TabOpen";
    readonly TabClose: "TabClose";
    readonly PrintJobSubmit: "PrintJobSubmit";
    readonly SessionConnect: "SessionConnect";
    readonly SessionStart: "SessionStart";
    readonly SessionDisconnect: "SessionDisconnect";
    readonly SessionEnd: "SessionEnd";
    readonly UrlBlockByContentFilter: "UrlBlockByContentFilter";
};
export type SessionLoggerEvent = (typeof SessionLoggerEvent)[keyof typeof SessionLoggerEvent];
export declare const SessionLoggerFolderStructure: {
    readonly Flat: "Flat";
    readonly NestedByDate: "NestedByDate";
};
export type SessionLoggerFolderStructure = (typeof SessionLoggerFolderStructure)[keyof typeof SessionLoggerFolderStructure];
export declare const SessionLoggerLogFileFormat: {
    readonly JsonLines: "JSONLines";
    readonly Json: "Json";
};
export type SessionLoggerLogFileFormat = (typeof SessionLoggerLogFileFormat)[keyof typeof SessionLoggerLogFileFormat];
export declare const UserSettingsColorTheme: {
    readonly Light: "Light";
    readonly Dark: "Dark";
};
export type UserSettingsColorTheme = (typeof UserSettingsColorTheme)[keyof typeof UserSettingsColorTheme];
export declare const UserSettingsEnabledType: {
    readonly Disabled: "Disabled";
    readonly Enabled: "Enabled";
};
export type UserSettingsEnabledType = (typeof UserSettingsEnabledType)[keyof typeof UserSettingsEnabledType];
export declare const UserSettingsMaxDisplayResolution: {
    readonly Size4096x2160: "size4096X2160";
    readonly Size3840x2160: "size3840X2160";
    readonly Size3440x1440: "size3440X1440";
    readonly Size2560x1440: "size2560X1440";
    readonly Size1920x1080: "size1920X1080";
    readonly Size1280x720: "size1280X720";
    readonly Size1024x768: "size1024X768";
    readonly Size800x600: "size800X600";
};
export type UserSettingsMaxDisplayResolution = (typeof UserSettingsMaxDisplayResolution)[keyof typeof UserSettingsMaxDisplayResolution];
export declare const UserSettingsMimeType: {
    readonly Imagepng: "image/png";
    readonly Imagejpeg: "image/jpeg";
    readonly ImagexIcon: "image/x-icon";
};
export type UserSettingsMimeType = (typeof UserSettingsMimeType)[keyof typeof UserSettingsMimeType];
export declare const UserSettingsToolbarItem: {
    readonly Windows: "Windows";
    readonly DualMonitor: "DualMonitor";
    readonly FullScreen: "FullScreen";
    readonly Webcam: "Webcam";
    readonly Microphone: "Microphone";
};
export type UserSettingsToolbarItem = (typeof UserSettingsToolbarItem)[keyof typeof UserSettingsToolbarItem];
export declare const UserSettingsToolbarType: {
    readonly Floating: "Floating";
    readonly Docked: "Docked";
};
export type UserSettingsToolbarType = (typeof UserSettingsToolbarType)[keyof typeof UserSettingsToolbarType];
export declare const UserSettingsVisualMode: {
    readonly Dark: "Dark";
    readonly Light: "Light";
};
export type UserSettingsVisualMode = (typeof UserSettingsVisualMode)[keyof typeof UserSettingsVisualMode];
